summaryrefslogtreecommitdiff
path: root/include/svx/xbitmap.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-20 12:09:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-21 08:42:41 +0200
commit742c0838f29bd09505e2cb9ca35debf401c18c23 (patch)
treea224af9ead35435e613ac03c03ee0f74173c01e5 /include/svx/xbitmap.hxx
parent528632660b72b105345945c13c5b68060d94a91b (diff)
loplugin:unusedfields in svx part1
Change-Id: I6621e0dda5a5dc3e68c7b1613975c075e2879912 Reviewed-on: https://gerrit.libreoffice.org/39006 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/xbitmap.hxx')
-rw-r--r--include/svx/xbitmap.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/xbitmap.hxx b/include/svx/xbitmap.hxx
index 79b4db97bceb..d5ff0f7eb9e1 100644
--- a/include/svx/xbitmap.hxx
+++ b/include/svx/xbitmap.hxx
@@ -30,7 +30,6 @@
class SVX_DLLPUBLIC XOBitmap
{
private:
- XBitmapType eType;
std::unique_ptr<GraphicObject> xGraphicObject;
std::unique_ptr<sal_uInt16[]> pPixelArray;
Color aPixelColor;
@@ -50,7 +49,6 @@ public:
void Bitmap2Array();
void Array2Bitmap();
- void SetBitmapType( XBitmapType eNewType ) { eType = eNewType; }
void SetPixelColor( const Color& rColor ) { aPixelColor = rColor; bGraphicDirty = true; }
void SetBackgroundColor( const Color& rColor ) { aBckgrColor = rColor; bGraphicDirty = true; }