summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-07-17 21:12:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-07-18 09:00:06 +0100
commit1bc9a5a909be343520ce31b7c9a79998fabf65a2 (patch)
tree06f77f8822344d4686702a27176dbffea7577484 /include
parentc3addf79d4c67d4f8f3bb2cdba0ecb6b10062636 (diff)
odd SvxBitmapCtl is used in only one place
Change-Id: I82a4c8f2e36153b0bc59571ce39956637e278fcb
Diffstat (limited to 'include')
-rw-r--r--include/svx/dlgctrl.hxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx
index b9e75e7f968f..92b656cecb9a 100644
--- a/include/svx/dlgctrl.hxx
+++ b/include/svx/dlgctrl.hxx
@@ -142,27 +142,6 @@ public:
};
/*************************************************************************
-|* Preview control for the display of bitmaps
-\************************************************************************/
-
-class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxBitmapCtl final
-{
-private:
- Color aPixelColor, aBackgroundColor;
- const sal_uInt16* pBmpArray;
-
-public:
- SvxBitmapCtl();
- ~SvxBitmapCtl();
-
- BitmapEx GetBitmapEx();
-
- void SetBmpArray( const sal_uInt16* pPixel ) { pBmpArray = pPixel; }
- void SetPixelColor( Color aColor ) { aPixelColor = aColor; }
- void SetBackgroundColor( Color aColor ) { aBackgroundColor = aColor; }
-};
-
-/*************************************************************************
|* Control for editing bitmaps
\************************************************************************/