diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 04:57:25 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 05:01:41 +0200 |
commit | 7ebdd05613de2b779ff28a9fa3ae8115701a7cee (patch) | |
tree | 7186b8e7fc3195df9cbfe6bc639788073ea674e5 /sd/source/ui/inc/ToolBarManager.hxx | |
parent | bdf6acced0a7f6c5f959235dc5e1b7231cff35e9 (diff) |
SD_TOOLBOX is never defined outside toolbox2_tmpl.src
Change-Id: Ie6d05762baae87794e9320a6b123ef326289e4c1
Diffstat (limited to 'sd/source/ui/inc/ToolBarManager.hxx')
-rw-r--r-- | sd/source/ui/inc/ToolBarManager.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/ui/inc/ToolBarManager.hxx b/sd/source/ui/inc/ToolBarManager.hxx index 2c5cb305ffcb..5d3e392ba9e1 100644 --- a/sd/source/ui/inc/ToolBarManager.hxx +++ b/sd/source/ui/inc/ToolBarManager.hxx @@ -104,12 +104,9 @@ public: /** The set of tool bars that are handled by this manager class. */ const static OUString msToolBar; // RID_DRAW_TOOLBOX, 23011 - // RID_GRAPHIC_TOOLBOX, 23025 const static OUString msOptionsToolBar; // RID_DRAW_OPTIONS_TOOLBOX, 23020 - // RID_GRAPHIC_OPTIONS_TOOLBOX, 23026 const static OUString msCommonTaskToolBar; // RID_DRAW_COMMONTASK_TOOLBOX, 23021 const static OUString msViewerToolBar; // RID_DRAW_VIEWER_TOOLBOX, 23023 - // RID_GRAPHIC_VIEWER_TOOLBOX, 23024 const static OUString msSlideSorterToolBar; // RID_SLIDE_TOOLBOX, 23012 const static OUString msSlideSorterObjectBar; // RID_SLIDE_OBJ_TOOLBOX, 23014 const static OUString msOutlineToolBar; // RID_OUTLINE_TOOLBOX, 23017 @@ -117,7 +114,6 @@ public: const static OUString msDrawingObjectToolBar; // RID_DRAW_OBJ_TOOLBOX, 23013 const static OUString msGluePointsToolBar; // RID_GLUEPOINTS_TOOLBOX, 23019 const static OUString msTextObjectBar; // RID_DRAW_TEXT_TOOLBOX, 23016 - // RID_GRAPHIC_TEXT_TOOLBOX, 23028 const static OUString msBezierObjectBar; // RID_BEZIER_TOOLBOX, 23015 const static OUString msGraphicObjectBar; // RID_DRAW_GRAF_TOOLBOX, 23030 const static OUString msMediaObjectBar; // RID_DRAW_MEDIA_TOOLBOX, 23031 |