diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-07 08:51:26 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-07 09:09:03 +0000 |
commit | 0c8dd8f50368dad6512d27a531af833217b7b861 (patch) | |
tree | 373fa3c6d1f745675c5eb05d26053d6de3860b32 /sdext/source/pdfimport/inc | |
parent | a625cd702700ae1773966a3133d27027d1c4d083 (diff) |
loplugin:unusedmethods sdext
Change-Id: I9119e612a92d05f587a1f1e19ca21b2f95102891
Reviewed-on: https://gerrit.libreoffice.org/16809
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sdext/source/pdfimport/inc')
-rw-r--r-- | sdext/source/pdfimport/inc/contentsink.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/inc/contentsink.hxx b/sdext/source/pdfimport/inc/contentsink.hxx index d4fb3b187e90..17e58adae5a9 100644 --- a/sdext/source/pdfimport/inc/contentsink.hxx +++ b/sdext/source/pdfimport/inc/contentsink.hxx @@ -123,7 +123,6 @@ namespace pdfi virtual void setLineWidth(double) = 0; virtual void setFillColor( const css::rendering::ARGBColor& rColor ) = 0; virtual void setStrokeColor( const css::rendering::ARGBColor& rColor ) = 0; - virtual void setBlendMode( sal_Int8 blendMode ) = 0; virtual void setFont( const FontAttributes& rFont ) = 0; virtual void setTextRenderMode( sal_Int32 ) = 0; |