diff options
author | Christian Lippka <cl@openoffice.org> | 2002-07-11 09:56:24 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2002-07-11 09:56:24 +0000 |
commit | 613689a74cf6aa2b1d9d3cc8e7f99b1d5b3aa9f9 (patch) | |
tree | 50853becbb65f1c6f0da9290f49f312ba40c6722 /svx/inc | |
parent | 55f8bba80c0ba7924b8a9b74e66e3844a9a1a8c5 (diff) |
#101018# added high contrast bitmaps
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/imapdlg.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/inc/imapdlg.hxx b/svx/inc/imapdlg.hxx index 5ef07a0aedc5..133b6d47f6e1 100644 --- a/svx/inc/imapdlg.hxx +++ b/svx/inc/imapdlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: imapdlg.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ka $ $Date: 2002-07-05 14:53:32 $ + * last change: $Author: cl $ $Date: 2002-07-11 10:56:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -176,6 +176,8 @@ class SvxIMapDlg : public SfxModelessDialog // SfxFloatingWindow FixedText maFtTarget; ComboBox maCbbTarget; StatusBar aStbStatus; + ImageList maImageList; + ImageList maImageListH; Size aLastSize; IMapWindow* pIMapWnd; @@ -229,6 +231,8 @@ public: virtual void KeyInput( const KeyEvent& rKEvt ); + virtual void DataChanged( const DataChangedEvent& rDCEvt ); + void ApplyImageList(); }; |