summaryrefslogtreecommitdiff
path: root/starmath/source/toolbox.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-31 10:22:04 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-31 10:22:04 +0000
commit261f2049f88fbd82200dc8c416dcd3f7ea1ea997 (patch)
tree56dcbf10a0a2bd4cca256b7c725549e94b4f793b /starmath/source/toolbox.cxx
parent98fb462ec8eac38a90ab470d578671eab2333fa5 (diff)
#i10000# SmResId() takes an USHORT instead of int.
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 586adb3e49..15a74efc86 100644
--- a/starmath/source/toolbox.cxx
+++ b/starmath/source/toolbox.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: toolbox.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: rt $ $Date: 2007-05-31 10:04:48 $
+ * last change: $Author: vg $ $Date: 2007-05-31 11:22:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -175,7 +175,7 @@ SmToolBoxWindow::SmToolBoxWindow(SfxBindings *pTmpBindings,
aToolBoxCat.SetClickHdl(LINK(this, SmToolBoxWindow, CategoryClickHdl));
- int i;
+ USHORT i;
for (i = 0; i < NUM_TBX_CATEGORIES; i++)
{
ToolBox *pBox = new ToolBox(this, SmResId (i+1));