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.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx
index b94e4f404608..07fab7f384ee 100644
--- a/vcl/source/gdi/pdfwriter_impl.hxx
+++ b/vcl/source/gdi/pdfwriter_impl.hxx
@@ -93,7 +93,6 @@ public:
OString getNameObject() const;
};
-
enum ResourceKind { ResXObject, ResExtGState, ResShading, ResPattern };
typedef std::map< OString, sal_Int32 > ResourceMap;
struct ResourceDict
@@ -550,7 +549,6 @@ public:
PDFAddStream() : m_pStream( NULL ), m_nStreamObject( 0 ), m_bCompress( true ) {}
};
-
// helper structure for drawLayout and friends
struct PDFGlyph
{
@@ -570,7 +568,6 @@ public:
{}
};
-
static const sal_Char* getStructureTag( PDFWriter::StructElement );
static const sal_Char* getAttributeTag( PDFWriter::StructAttribute eAtr );
static const sal_Char* getAttributeValueTag( PDFWriter::StructAttributeValue eVal );
@@ -679,7 +676,6 @@ private:
oslFileHandle m_aFile;
bool m_bOpen;
-
/* output redirection; e.g. to accumulate content streams for
XObjects
*/
@@ -1097,7 +1093,6 @@ public:
void setDocumentLocale( const com::sun::star::lang::Locale& rLoc )
{ m_aContext.DocumentLocale = rLoc; }
-
/* graphics state */
void push( sal_uInt16 nFlags );
void pop();
@@ -1106,7 +1101,6 @@ public:
void setMapMode( const MapMode& rMapMode );
-
const MapMode& getMapMode() { return m_aGraphicsStack.front().m_aMapMode; }
void setLineColor( const Color& rColor )
@@ -1302,5 +1296,4 @@ public:
#endif //_VCL_PDFEXPORT_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */