summaryrefslogtreecommitdiff
path: root/svx
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 /svx
parentc3addf79d4c67d4f8f3bb2cdba0ecb6b10062636 (diff)
odd SvxBitmapCtl is used in only one place
Change-Id: I82a4c8f2e36153b0bc59571ce39956637e278fcb
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/dlgctrl.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx
index e525f5af3ca9..cefcb4c2fb2b 100644
--- a/svx/source/dialog/dlgctrl.cxx
+++ b/svx/source/dialog/dlgctrl.cxx
@@ -1103,26 +1103,6 @@ void SvxPixelCtl::Reset()
Invalidate();
}
-// Constructor: BitmapCtl for SvxPixelCtl
-
-SvxBitmapCtl::SvxBitmapCtl()
- : pBmpArray(nullptr)
-{
-}
-
-SvxBitmapCtl::~SvxBitmapCtl()
-{
-}
-
-// BitmapCtl: Returns the Bitmap
-
-BitmapEx SvxBitmapCtl::GetBitmapEx()
-{
- const Bitmap aRetval(createHistorical8x8FromArray(pBmpArray, aPixelColor, aBackgroundColor));
-
- return BitmapEx(aRetval);
-}
-
VCL_BUILDER_DECL_FACTORY(ColorLB)
{
bool bDropdown = VclBuilder::extractDropdown(rMap);