diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-05-31 09:04:48 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-05-31 09:04:48 +0000 |
commit | 0f19eb23719bddc3e3296e8e7289a5211c54abbb (patch) | |
tree | 7b4ae38c2d0939af940003b59c9381d5087ae1bf /starmath/source/toolbox.cxx | |
parent | 0a6ae1b95f93d2b7ae0817818a65783e3229957f (diff) |
#i10000# ResId changed into SmResId.
Diffstat (limited to 'starmath/source/toolbox.cxx')
-rw-r--r-- | starmath/source/toolbox.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/source/toolbox.cxx b/starmath/source/toolbox.cxx index 084688c8d6..586adb3e49 100644 --- a/starmath/source/toolbox.cxx +++ b/starmath/source/toolbox.cxx @@ -4,9 +4,9 @@ * * $RCSfile: toolbox.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: vg $ $Date: 2007-05-25 12:35:48 $ + * last change: $Author: rt $ $Date: 2007-05-31 10:04:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -163,8 +163,8 @@ SmToolBoxWindow::SmToolBoxWindow(SfxBindings *pTmpBindings, SfxChildWindow *pChildWindow, Window *pParent) : SfxFloatingWindow(pTmpBindings, pChildWindow, pParent, SmResId(RID_TOOLBOXWINDOW)), - aToolBoxCat(this, ResId(NUM_TBX_CATEGORIES + 1)), - aToolBoxCat_Delim(this, ResId( FL_TOOLBOX_CAT_DELIM )) + aToolBoxCat(this, SmResId(NUM_TBX_CATEGORIES + 1)), + aToolBoxCat_Delim(this, SmResId( FL_TOOLBOX_CAT_DELIM )) { RTL_LOGFILE_CONTEXT( aLog, "starmath: SmToolBoxWindow::SmToolBoxWindow" ); |