summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/dlgassim.hxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2002-05-28 11:57:26 +0000
committerChristian Lippka <cl@openoffice.org>2002-05-28 11:57:26 +0000
commitab08f1b7753ccda0c1b602690d5112452cd607ed (patch)
treedab796ce8589cb87febb4a3838a8b825eb15fc7f /sd/source/ui/dlg/dlgassim.hxx
parentc4fda46f6b56512287efe2ba2db1aec98890e7e7 (diff)
#99257# high contrast images for tree list boxes
Diffstat (limited to 'sd/source/ui/dlg/dlgassim.hxx')
-rw-r--r--sd/source/ui/dlg/dlgassim.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/dlgassim.hxx b/sd/source/ui/dlg/dlgassim.hxx
index 6f04f8bf6b76..cf19cc2ad789 100644
--- a/sd/source/ui/dlg/dlgassim.hxx
+++ b/sd/source/ui/dlg/dlgassim.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgassim.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:32 $
+ * last change: $Author: cl $ $Date: 2002-05-28 12:57:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,6 +81,7 @@ class SdPageListControl : public SvTreeListBox
{
private:
SvLBoxButtonData* m_pCheckButton;
+ SvLBoxButtonData* m_pCheckButtonH;
SvLBoxEntry* InsertPage( const String& rPageName );
void InsertTitle( SvLBoxEntry* pEntry, const String& rTitle );
@@ -96,6 +97,9 @@ public:
BOOL IsPageChecked( USHORT nPage );
DECL_LINK( CheckButtonClickHdl, SvLBoxButtonData * );
+
+ virtual void DataChanged( const DataChangedEvent& rDCEvt );
+
};
class TemplateCacheInfo