diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-04 16:23:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-04 16:23:29 +0000 |
commit | 48c51f39ecb541d939c04218abdf51d63d2a6fa5 (patch) | |
tree | c67d818e821a410743068eb6aa9acb319692777c /officecfg | |
parent | 7af7ed2576e6a669c893cde801967394ec2bc7e8 (diff) |
INTEGRATION: CWS icondialog (1.69.18); FILE MERGED
2008/06/27 11:54:33 cd 1.69.18.1: Fix commands with wrong properties that reference images.
Issue number:
Submitted by:
Reviewed by:
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index aee06a432d1c..17b0d785d249 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -8,7 +8,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: GenericCommands.xcu,v $ - * $Revision: 1.69 $ + * $Revision: 1.70 $ * * This file is part of OpenOffice.org. * @@ -2952,17 +2952,11 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Spelling...</value> </prop> - <prop oor:name="Properties" oor:type="xs:int"> - <value>1</value> - </prop> </node> <node oor:name=".uno:SpellingAndGrammarDialog" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Spelling and Grammar...</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"> |