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 /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 'basebmp')
-rw-r--r-- | basebmp/source/bitmapdevice.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/basebmp/source/bitmapdevice.cxx b/basebmp/source/bitmapdevice.cxx index c31cd579c089..41a32feed7e4 100644 --- a/basebmp/source/bitmapdevice.cxx +++ b/basebmp/source/bitmapdevice.cxx @@ -412,13 +412,6 @@ namespace return boost::dynamic_pointer_cast<alphamask_bitmap_type>( bmp ); } - virtual bool isCompatibleAlphaMask( const BitmapDeviceSharedPtr& bmp ) const SAL_OVERRIDE - { - // TODO(P1): dynamic_cast usually called twice for - // compatible formats - return getCompatibleAlphaMask( bmp ).get() != NULL; - } - virtual void clear_i( Color fillColor, const basegfx::B2IBox& rBounds ) SAL_OVERRIDE { |