diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-02 16:53:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-02 16:53:53 +0100 |
commit | 09279fe3dad24ab58121e4f0a9564d252b64d81a (patch) | |
tree | cf896e77be60f650de6670568e12dd6ef1319314 /vcl/source/gdi/pdfwriter_impl.hxx | |
parent | 535125950b25de0363fc2b5a4115f5804ec50b44 (diff) |
remove recently unused methods
Diffstat (limited to 'vcl/source/gdi/pdfwriter_impl.hxx')
-rw-r--r-- | vcl/source/gdi/pdfwriter_impl.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx index 09c68b166536..4397d7c5c0c4 100644 --- a/vcl/source/gdi/pdfwriter_impl.hxx +++ b/vcl/source/gdi/pdfwriter_impl.hxx @@ -1250,8 +1250,6 @@ public: void drawTransparent( const PolyPolygon& rPolyPoly, sal_uInt32 nTransparentPercent ); void beginTransparencyGroup(); void endTransparencyGroup( const Rectangle& rBoundingBox, sal_uInt32 nTransparentPercent ); - void beginPattern( const Rectangle& rCell ); - sal_Int32 endPattern( const SvtGraphicFill::Transform& rTransform ); void drawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPattern, bool bEOFill ); void emitComment( const char* pComment ); @@ -1286,7 +1284,6 @@ public: sal_Int32 beginStructureElement( PDFWriter::StructElement eType, const rtl::OUString& rAlias ); void endStructureElement(); bool setCurrentStructureElement( sal_Int32 nElement ); - sal_Int32 getCurrentStructureElement(); bool setStructureAttribute( enum PDFWriter::StructAttribute eAttr, enum PDFWriter::StructAttributeValue eVal ); bool setStructureAttributeNumerical( enum PDFWriter::StructAttribute eAttr, sal_Int32 nValue ); void setStructureBoundingBox( const Rectangle& rRect ); |