diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 07:58:20 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 07:58:20 +0000 |
commit | 48159fca14526accc9e18529063788a51edbe2bc (patch) | |
tree | eabc3b02cda63d4aad3fbee69f0d8bcbb99d92cc | |
parent | 917a2bf187bb2a80bc81350ddd0d53cd04062c00 (diff) |
INTEGRATION: CWS impresstables2 (1.61.4); FILE MERGED
2008/03/11 18:14:05 cl 1.61.4.2: RESYNC: (1.61-1.64); FILE MERGED
2008/01/01 18:44:34 cl 1.61.4.1: #i68103# working on tables
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index bc86cf6329b0..b6a067158438 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -5,9 +5,9 @@ * * $RCSfile: GenericCommands.xcu,v $ * - * $Revision: 1.64 $ + * $Revision: 1.65 $ * - * last change: $Author: kz $ $Date: 2008-03-07 12:11:40 $ + * last change: $Author: rt $ $Date: 2008-03-12 08:58:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2939,7 +2939,15 @@ <value>1</value> </prop> </node> - <node oor:name=".uno:SpellDialog" oor:op="replace"> + <node oor:name=".uno:TableDesign" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Table Design...</value> + </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> + </node> + <node oor:name=".uno:SpellDialog" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Spellcheck...</value> </prop> |