summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/objdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-13 17:22:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-13 21:01:39 +0000
commitfd0a0308b1c266977beb5f331c77808c45efad7e (patch)
tree2e1ec846b68ca18a3768657b621d59a5e9c55e44 /basctl/source/basicide/objdlg.hxx
parentb1a02ab487986762326f390a64e0027d516a90cc (diff)
remove hicontrast stuff
Diffstat (limited to 'basctl/source/basicide/objdlg.hxx')
-rw-r--r--basctl/source/basicide/objdlg.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/basctl/source/basicide/objdlg.hxx b/basctl/source/basicide/objdlg.hxx
index cd48a135a882..e6e5c20e77da 100644
--- a/basctl/source/basicide/objdlg.hxx
+++ b/basctl/source/basicide/objdlg.hxx
@@ -54,8 +54,7 @@ public:
class ObjectCatalogToolBox_Impl: public ToolBox
{
public:
- ObjectCatalogToolBox_Impl(Window * pParent, ResId const & rResId,
- ResId const & rImagesHighContrastId);
+ ObjectCatalogToolBox_Impl(Window * pParent, ResId const & rResId);
private:
virtual void DataChanged(DataChangedEvent const & rDCEvt);
@@ -63,8 +62,6 @@ private:
void setImages();
ImageList m_aImagesNormal;
- ImageList m_aImagesHighContrast;
- bool m_bHighContrast;
};
class ObjectCatalog : public FloatingWindow