diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 07:15:07 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 07:15:07 +0000 |
commit | de6c495addf4b6efd2199f438d26713d7d26fd8b (patch) | |
tree | ba8596f8c0a23fb6f0a81c016309045e5929703a /starmath/source/toolbox.cxx | |
parent | ae55392aade007e04d7d1591608c4758a88ce7b4 (diff) |
INTEGRATION: CWS residcleanup (1.18.66); FILE MERGED
2007/03/04 09:37:30 pl 1.18.66.1: #i74635# ResId cleanup
Diffstat (limited to 'starmath/source/toolbox.cxx')
-rw-r--r-- | starmath/source/toolbox.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/starmath/source/toolbox.cxx b/starmath/source/toolbox.cxx index 6081cc7b0ab0..700ab6f281c8 100644 --- a/starmath/source/toolbox.cxx +++ b/starmath/source/toolbox.cxx @@ -4,9 +4,9 @@ * * $RCSfile: toolbox.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: obo $ $Date: 2006-09-17 07:55:46 $ + * last change: $Author: rt $ $Date: 2007-04-26 08:15:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -159,8 +159,8 @@ SmToolBoxWindow::SmToolBoxWindow(SfxBindings *pBindings, SfxChildWindow *pChildWindow, Window *pParent) : SfxFloatingWindow(pBindings, 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" ); @@ -174,7 +174,7 @@ SmToolBoxWindow::SmToolBoxWindow(SfxBindings *pBindings, int i; for (i = 0; i < NUM_TBX_CATEGORIES; i++) { - ToolBox *pBox = new ToolBox(this, ResId (i+1)); + ToolBox *pBox = new ToolBox(this, SmResId (i+1)); vToolBoxCategories[i] = pBox; pBox->SetSelectHdl(LINK(this, SmToolBoxWindow, CmdSelectHdl)); } |