diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-15 09:09:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-15 09:13:09 +0300 |
commit | c909d7a7ee3b193af69546a6f0e98860cd4877bf (patch) | |
tree | ba2911e578ba71dd2c19c97f2614d24bd3dcb8cf /svx | |
parent | 49ff95f0c1d0ee20bfccba648cfd7c1db47158a3 (diff) |
Fix warning: unused variable 'aWhite' [loplugin]
Change-Id: Ic25f9e6b2cfc902745cbef97b3164f33c6e03f9a
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/gallery2/galobj.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/gallery2/galobj.cxx b/svx/source/gallery2/galobj.cxx index 29791da82d05..462d8cc13837 100644 --- a/svx/source/gallery2/galobj.cxx +++ b/svx/source/gallery2/galobj.cxx @@ -66,8 +66,6 @@ sal_Bool SgaObject::CreateThumb( const Graphic& rGraphic ) if( aBmpSize.Width() && aBmpSize.Height() ) { - const Color aWhite( COL_WHITE ); - if( aBmpEx.GetPrefMapMode().GetMapUnit() != MAP_PIXEL && aBmpEx.GetPrefSize().Width() > 0 && aBmpEx.GetPrefSize().Height() > 0 ) |