summaryrefslogtreecommitdiff
path: root/svx/source/dialog/checklbx.cxx
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2002-07-22 08:40:54 +0000
committergt <gt@openoffice.org>2002-07-22 08:40:54 +0000
commit00babce4a2b42981dacda2f8ec36e937025ee3b6 (patch)
tree42a6382b26faa073a5a95e2102a55da0e927fd39 /svx/source/dialog/checklbx.cxx
parentaa291b12fc758eb128aca191be7f67083a9a543d (diff)
#101508# remove of unused class SvxCheckListBoxBitmaps
Diffstat (limited to 'svx/source/dialog/checklbx.cxx')
-rw-r--r--svx/source/dialog/checklbx.cxx21
1 files changed, 2 insertions, 19 deletions
diff --git a/svx/source/dialog/checklbx.cxx b/svx/source/dialog/checklbx.cxx
index a83f82467ce8..d15aec21b8be 100644
--- a/svx/source/dialog/checklbx.cxx
+++ b/svx/source/dialog/checklbx.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: checklbx.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dr $ $Date: 2002-07-19 07:59:40 $
+ * last change: $Author: gt $ $Date: 2002-07-22 09:40:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -280,20 +280,3 @@ void SvxCheckListBox::KeyInput( const KeyEvent& rKEvt )
SvTreeListBox::KeyInput( rKEvt );
}
-// class SvxCheckListBoxBitmaps ------------------------------------------
-
-SvxCheckListBoxBitmaps::SvxCheckListBoxBitmaps() :
-
- Resource ( ResId( RID_CHECKLISTBOX_BITMAPS, DIALOG_MGR() ) ),
-
- aUncheckedBmp ( ResId( BMP_UNCHECKED ) ),
- aCheckedBmp ( ResId( BMP_CHECKED ) ),
- aHiCheckedBmp ( ResId( BMP_HICHECKED ) ),
- aHiUncheckedBmp ( ResId( BMP_HIUNCHECKED ) ),
- aTriStateBmp ( ResId( BMP_TRISTATE ) ),
- aHiTriStateBmp ( ResId( BMP_HITRISTATE ) )
-
-{
- FreeResource();
-}
-