summaryrefslogtreecommitdiff
path: root/include/svx/dlgctrl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-25 07:00:23 +0200
committerNoel Grandin <noel@peralex.com>2015-11-25 08:25:10 +0200
commita4af308d90463049379557e2efc0205972164384 (patch)
treea3e4fbe6151cd78c8122640ec0f4f11b5383be58 /include/svx/dlgctrl.hxx
parent234884c09db0301b9f0b3336f9b0dbb9523ee005 (diff)
loplugin:unusedfields in include/svx
Change-Id: I946c64d103f3666e5bbff16d95a5c8e65a3750dc
Diffstat (limited to 'include/svx/dlgctrl.hxx')
-rw-r--r--include/svx/dlgctrl.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx
index f19a07e66284..9757cd0e7d38 100644
--- a/include/svx/dlgctrl.hxx
+++ b/include/svx/dlgctrl.hxx
@@ -149,13 +149,12 @@ public:
class SVX_DLLPUBLIC SAL_WARN_UNUSED SvxBitmapCtl
{
protected:
- Size aSize;
sal_uInt16 nLines;
Color aPixelColor, aBackgroundColor;
const sal_uInt16* pBmpArray;
public:
- SvxBitmapCtl( vcl::Window* pParent, const Size& rSize );
+ SvxBitmapCtl();
~SvxBitmapCtl();
BitmapEx GetBitmapEx();