diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-17 21:06:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-18 09:00:06 +0100 |
commit | c3addf79d4c67d4f8f3bb2cdba0ecb6b10062636 (patch) | |
tree | 74568385694289d8ce076adb814f5f5cb0d318b2 /include | |
parent | 76258ecb71494ced74c1c4c3e54715976471218e (diff) |
nothing inherits from SvxBitmapCtl
Change-Id: Ie1796caf1a53d0beef3ff456f2c4b32213b8977e
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/dlgctrl.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index 3906e6251e07..b9e75e7f968f 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -145,15 +145,15 @@ public: |* Preview control for the display of bitmaps \************************************************************************/ -class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxBitmapCtl +class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxBitmapCtl final { -protected: +private: Color aPixelColor, aBackgroundColor; const sal_uInt16* pBmpArray; public: - SvxBitmapCtl(); - ~SvxBitmapCtl(); + SvxBitmapCtl(); + ~SvxBitmapCtl(); BitmapEx GetBitmapEx(); |