summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/pdfwriter_impl.hxx')
-rw-r--r--vcl/source/gdi/pdfwriter_impl.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx
index e93d4005121e..60679ffe5a40 100644
--- a/vcl/source/gdi/pdfwriter_impl.hxx
+++ b/vcl/source/gdi/pdfwriter_impl.hxx
@@ -313,6 +313,13 @@ struct EmbedFont
EmbedFont() : m_nNormalFontID( 0 ) {}
};
+struct PDFDest
+{
+ sal_Int32 m_nPage;
+ PDFWriter::DestAreaType m_eType;
+ tools::Rectangle m_aRect;
+};
+
}
class PDFWriterImpl : public VirtualDevice
@@ -322,13 +329,6 @@ class PDFWriterImpl : public VirtualDevice
public:
friend struct vcl::pdf::PDFPage;
- struct PDFDest
- {
- sal_Int32 m_nPage;
- PDFWriter::DestAreaType m_eType;
- tools::Rectangle m_aRect;
- };
-
//--->i56629
struct PDFNamedDest
{