diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-03-12 10:42:56 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-03-12 10:42:56 +0000 |
commit | fbcb3ec7a018a025bd9649ce44f14f368a4fdb8b (patch) | |
tree | 5c43b5f67677c7ba336da8fa5be842613eefc032 /sd/source | |
parent | 32030788f822fdb3c7942273956d9944981020d1 (diff) |
INTEGRATION: CWS impresstables2 (1.3.72); FILE MERGED
2007/08/01 15:16:50 cl 1.3.72.3: RESYNC: (1.4-1.5); FILE MERGED
2007/04/12 16:36:18 cl 1.3.72.2: RESYNC: (1.3-1.4); FILE MERGED
2007/03/16 12:12:27 cl 1.3.72.1: #i68103# added table toolbar
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/inc/ToolBarManager.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/inc/ToolBarManager.hxx b/sd/source/ui/inc/ToolBarManager.hxx index 3c0fe7992..4f308c62d 100644 --- a/sd/source/ui/inc/ToolBarManager.hxx +++ b/sd/source/ui/inc/ToolBarManager.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ToolBarManager.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2007-06-27 15:43:41 $ + * last change: $Author: rt $ $Date: 2008-03-12 11:42:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -141,6 +141,7 @@ public: const static ::rtl::OUString msBezierObjectBar; // RID_BEZIER_TOOLBOX, 23015 const static ::rtl::OUString msGraphicObjectBar; // RID_DRAW_GRAF_TOOLBOX, 23030 const static ::rtl::OUString msMediaObjectBar; // RID_DRAW_MEDIA_TOOLBOX, 23031 + const static ::rtl::OUString msTableObjectBar; // RID_DRAW_TABLE_TOOLBOX /** The set of tool bar groups. */ |