summaryrefslogtreecommitdiff
path: root/starmath/inc/toolbox.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-05 06:58:37 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-05 06:58:37 +0000
commit04071cab26e61d2b0caa8d0673af891fd603fa8d (patch)
treee183b1330ecdd4b10e2475fd5235a69fe2bf2de2 /starmath/inc/toolbox.hxx
parent27c5290e2f165dc764fd0e8e8f9b5707bcda60eb (diff)
INTEGRATION: CWS tl18 (1.9.48); FILE MERGED
2006/01/24 13:02:07 tl 1.9.48.1: #i60111# avoid use of SmGetActiveView(SfxViewShell::Current) as much as possible
Diffstat (limited to 'starmath/inc/toolbox.hxx')
-rw-r--r--starmath/inc/toolbox.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/starmath/inc/toolbox.hxx b/starmath/inc/toolbox.hxx
index 171bfe0753ca..a77fab743c86 100644
--- a/starmath/inc/toolbox.hxx
+++ b/starmath/inc/toolbox.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: toolbox.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 15:00:46 $
+ * last change: $Author: rt $ $Date: 2006-05-05 07:58:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -76,6 +76,7 @@ protected:
DECL_LINK( CategoryClickHdl, ToolBox* );
DECL_LINK( CmdSelectHdl, ToolBox* );
+ SmViewShell * GetView();
const ImageList * GetImageList( USHORT nResId, BOOL bHighContrast );
public: