Index: experimental/PdfViewer/pdfparser/podofo/autogen/SkPdfFDFTemplateDictionary_autogen.cpp |
=================================================================== |
--- experimental/PdfViewer/pdfparser/podofo/autogen/SkPdfFDFTemplateDictionary_autogen.cpp (revision 9879) |
+++ experimental/PdfViewer/pdfparser/podofo/autogen/SkPdfFDFTemplateDictionary_autogen.cpp (working copy) |
@@ -1,22 +0,0 @@ |
-#include "SkPdfFDFTemplateDictionary_autogen.h" |
- |
-SkPdfDictionary* SkPdfFDFTemplateDictionary::TRef() const { |
- SkPdfDictionary* ret; |
- if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "TRef", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return NULL; |
-} |
- |
-SkPdfArray* SkPdfFDFTemplateDictionary::Fields() const { |
- SkPdfArray* ret; |
- if (ArrayFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Fields", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return NULL; |
-} |
- |
-bool SkPdfFDFTemplateDictionary::Rename() const { |
- bool ret; |
- if (BoolFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Rename", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return false; |
-} |