diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/pdfwriter_impl.hxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx index 37b2d6762fdc..62a6f467adf2 100644 --- a/vcl/source/gdi/pdfwriter_impl.hxx +++ b/vcl/source/gdi/pdfwriter_impl.hxx @@ -386,6 +386,14 @@ struct PDFEmbeddedFile } }; +struct PDFNoteEntry : public PDFAnnotation +{ + PDFNote m_aContents; + + PDFNoteEntry() + {} +}; + } class PDFWriterImpl : public VirtualDevice @@ -411,14 +419,6 @@ public: } }; - struct PDFNoteEntry : public PDFAnnotation - { - PDFNote m_aContents; - - PDFNoteEntry() - {} - }; - struct PDFWidget : public PDFAnnotation { typedef std::unordered_map<OString, SvMemoryStream*> PDFAppearanceStreams; |