diff options
Diffstat (limited to 'vcl/inc/pdf/pdfwriter_impl.hxx')
-rw-r--r-- | vcl/inc/pdf/pdfwriter_impl.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/pdf/pdfwriter_impl.hxx b/vcl/inc/pdf/pdfwriter_impl.hxx index 2afab075dbe6..9b2db532e6c0 100644 --- a/vcl/inc/pdf/pdfwriter_impl.hxx +++ b/vcl/inc/pdf/pdfwriter_impl.hxx @@ -55,6 +55,7 @@ #include <comphelper/hash.hxx> #include <tools/stream.hxx> #include <vcl/BinaryDataContainer.hxx> +#include <vcl/pdf/PDFNote.hxx> #include <vcl/filter/pdfobjectcontainer.hxx> #include <vcl/settings.hxx> @@ -458,7 +459,7 @@ struct PDFPopupAnnotation : public PDFAnnotation struct PDFNoteEntry : public PDFAnnotation { - PDFNote m_aContents; + vcl::pdf::PDFNote m_aContents; PDFPopupAnnotation m_aPopUpAnnotation; |