summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/toolbar.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-05-07 12:49:06 +0000
committerOliver Specht <os@openoffice.org>2002-05-07 12:49:06 +0000
commit3f8ec156b29cd341a9f634d2f60a07447dd020f1 (patch)
tree8fe5797f4e6f8e2dd3655e60e798189dbfe61157 /extensions/source/bibliography/toolbar.hxx
parent5f94be55988be71d1d08b08de6c1066845a90677 (diff)
#98809# high contrast support for toolbox implemented
Diffstat (limited to 'extensions/source/bibliography/toolbar.hxx')
-rw-r--r--extensions/source/bibliography/toolbar.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/extensions/source/bibliography/toolbar.hxx b/extensions/source/bibliography/toolbar.hxx
index 2d36766a99ce..a227f2a455ed 100644
--- a/extensions/source/bibliography/toolbar.hxx
+++ b/extensions/source/bibliography/toolbar.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: toolbar.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2001-10-22 07:31:42 $
+ * last change: $Author: os $ $Date: 2002-05-07 13:49:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -182,7 +182,8 @@ class BibToolBar: public ToolBox
::com::sun::star::uno::Reference< ::com::sun::star::frame::XController > xController;
Timer aTimer;
Timer aMenuTimer;
-
+ ImageList aImgLst;
+ ImageList aImgLstHC;
FixedText aFtSource;
ListBox aLBSource;
FixedText aFtQuery;
@@ -197,8 +198,10 @@ class BibToolBar: public ToolBox
DECL_LINK( SendSelHdl, Timer* );
DECL_LINK( MenuHdl, Timer* );
+ void ApplyImageList();
protected:
+ void DataChanged( const DataChangedEvent& rDCEvt );
void InitListener();
virtual void Select();
virtual void Click();