diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-02 15:55:46 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-06 09:06:47 +0000 |
commit | c760932fae3c2763a8b573511a5ad1e0f2b75ca7 (patch) | |
tree | 22ece7a6620a563475799c900fd3a01b8ba76692 /include/basebmp | |
parent | 592ee0308a36518137ab8ed965f28de4600909da (diff) |
loplugin:unusedmethods basebmp
Change-Id: I9e89fea4e94a91edbbe355780c2a12d6e6cb6e4a
Reviewed-on: https://gerrit.libreoffice.org/16728
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/basebmp')
-rw-r--r-- | include/basebmp/bitmapdevice.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/basebmp/bitmapdevice.hxx b/include/basebmp/bitmapdevice.hxx index 595374183697..7668f9cab19c 100644 --- a/include/basebmp/bitmapdevice.hxx +++ b/include/basebmp/bitmapdevice.hxx @@ -567,7 +567,6 @@ protected: private: BASEBMP_DLLPRIVATE virtual bool isCompatibleBitmap( const BitmapDeviceSharedPtr& bmp ) const = 0; BASEBMP_DLLPRIVATE virtual bool isCompatibleClipMask( const BitmapDeviceSharedPtr& bmp ) const = 0; - BASEBMP_DLLPRIVATE virtual bool isCompatibleAlphaMask( const BitmapDeviceSharedPtr& bmp ) const = 0; BASEBMP_DLLPRIVATE virtual void clear_i( Color fillColor, const basegfx::B2IBox& rBounds ) = 0; |