summaryrefslogtreecommitdiff
path: root/vcl/inc/pdf/pdfwriter_impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/pdf/pdfwriter_impl.hxx')
-rw-r--r--vcl/inc/pdf/pdfwriter_impl.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/inc/pdf/pdfwriter_impl.hxx b/vcl/inc/pdf/pdfwriter_impl.hxx
index 5f6abd7bca82..32917315f66c 100644
--- a/vcl/inc/pdf/pdfwriter_impl.hxx
+++ b/vcl/inc/pdf/pdfwriter_impl.hxx
@@ -602,16 +602,6 @@ struct PDFStructureElement
};
-struct PDFAddStream
-{
- OUString m_aMimeType;
- PDFOutputStream* m_pStream;
- sal_Int32 m_nStreamObject;
- bool m_bCompress;
-
- PDFAddStream() : m_pStream( nullptr ), m_nStreamObject( 0 ), m_bCompress( true ) {}
-};
-
// helper structure for drawLayout and friends
struct PDFGlyph
{