summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-07-17 21:04:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-07-18 09:00:06 +0100
commit76258ecb71494ced74c1c4c3e54715976471218e (patch)
treea9f3ab773a7cfa19c93cb584ed9a3790a1958ffe /include
parent147d18ad4ab720b749469222fc620bffed47c106 (diff)
SvxBitmapCtl::nLines is never read
Change-Id: Ib03eb766b1f45247204e64543dbf80c24f8608c7
Diffstat (limited to 'include')
-rw-r--r--include/svx/dlgctrl.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx
index 73d05b158136..3906e6251e07 100644
--- a/include/svx/dlgctrl.hxx
+++ b/include/svx/dlgctrl.hxx
@@ -148,7 +148,6 @@ public:
class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxBitmapCtl
{
protected:
- sal_uInt16 nLines;
Color aPixelColor, aBackgroundColor;
const sal_uInt16* pBmpArray;
@@ -159,7 +158,6 @@ public:
BitmapEx GetBitmapEx();
void SetBmpArray( const sal_uInt16* pPixel ) { pBmpArray = pPixel; }
- void SetLines( sal_uInt16 nLns ) { nLines = nLns; }
void SetPixelColor( Color aColor ) { aPixelColor = aColor; }
void SetBackgroundColor( Color aColor ) { aBackgroundColor = aColor; }
};