summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/conttree.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-05-06 08:50:38 +0000
committerOliver Specht <os@openoffice.org>2002-05-06 08:50:38 +0000
commit989a546eb730834fc1b45e52b94a5c509eaf251a (patch)
tree6a22f75ce2537c4a81af2e0cf77a5f6cdfc20832 /sw/source/ui/inc/conttree.hxx
parentdc9d2ae1d448d9bee3cfde5a646d925677de0d86 (diff)
#98810# HighContrast ImageLists added
Diffstat (limited to 'sw/source/ui/inc/conttree.hxx')
-rw-r--r--sw/source/ui/inc/conttree.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/ui/inc/conttree.hxx b/sw/source/ui/inc/conttree.hxx
index f0be51c2e260..41a5823a9dde 100644
--- a/sw/source/ui/inc/conttree.hxx
+++ b/sw/source/ui/inc/conttree.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: conttree.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2001-05-07 08:53:08 $
+ * last change: $Author: os $ $Date: 2002-05-06 09:50:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,6 +137,7 @@ protected:
virtual void Command( const CommandEvent& rCEvt );
virtual void RequestHelp( const HelpEvent& rHEvt );
virtual void InitEntry(SvLBoxEntry*,const XubString&,const Image&,const Image&);
+ virtual void DataChanged( const DataChangedEvent& rDCEvt );
SwNavigationPI* GetParentWindow(){return
(SwNavigationPI*)Window::GetParent();}
@@ -264,6 +265,7 @@ class SwGlobalTree : public SvTreeListBox
protected:
virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
+ virtual void DataChanged( const DataChangedEvent& rDCEvt );
virtual void Command( const CommandEvent& rCEvt );
virtual void RequestHelp( const HelpEvent& rHEvt );