summaryrefslogtreecommitdiff
path: root/starmath/source/toolbox.cxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2001-05-02 15:58:48 +0000
committerThomas Lange <tl@openoffice.org>2001-05-02 15:58:48 +0000
commitecb9bc1488a13a5deec4cfeac86f050da3f4bc1c (patch)
tree73c944e8a07c8c2c420fb53cd9bae393bf27cfba /starmath/source/toolbox.cxx
parente6eedc6fd472bbc8daccda88b1ce82f5aadb411b (diff)
Math configuration and Symbol/SymbolSet/SymbolSetManager
Diffstat (limited to 'starmath/source/toolbox.cxx')
-rw-r--r--starmath/source/toolbox.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/toolbox.cxx b/starmath/source/toolbox.cxx
index b215e8bd4717..20c405f0a442 100644
--- a/starmath/source/toolbox.cxx
+++ b/starmath/source/toolbox.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: toolbox.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:57:27 $
+ * last change: $Author: tl $ $Date: 2001-05-02 16:58:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -251,7 +251,7 @@ IMPL_LINK_INLINE_END( SmToolBoxWindow, CmdSelectHdl, ToolBox*, pToolBox)
void SmToolBoxWindow::ShowWindows()
{
- if ( SM_MOD1()->GetConfig()->IsToolBoxVisible() )
+ if ( SM_MOD1()->GetConfig()->IsToolboxVisible() )
Show();
}