summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/Common.xcs
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-03-12 10:19:05 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-03-12 10:19:05 +0000
commitb742f050489a287d970690730c07b5253b04c7c1 (patch)
treeed438304ecd474fb095d0779f4680cea9b484f6b /officecfg/registry/schema/org/openoffice/Office/Common.xcs
parent58ed1f9a0a51906c5c7b6072c0e65776c7c9c2a1 (diff)
INTEGRATION: CWS odfversion12_DEV300 (1.144.14); FILE MERGED
2008/03/03 15:34:02 pb 1.144.14.1: fix: #i86209# Save/ODF/DefaultVersion added
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/Common.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs44
1 files changed, 40 insertions, 4 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 653f37971474..bdcdb305b3b6 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -5,9 +5,9 @@
*
* $RCSfile: Common.xcs,v $
*
- * $Revision: 1.147 $
+ * $Revision: 1.148 $
*
- * last change: $Author: kz $ $Date: 2008-03-05 16:46:54 $
+ * last change: $Author: rt $ $Date: 2008-03-12 11:19:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1966,7 +1966,7 @@ Dymamic border coloring means that when the mouse is hovered over a control, and
</info>
</set>
</group>
- <group oor:name="Save">
+ <group oor:name="Save">
<info>
<author>MBA</author>
<desc>Contains general settings about the saving process.</desc>
@@ -2199,6 +2199,42 @@ Dymamic border coloring means that when the mouse is hovered over a control, and
<value>true</value>
</prop>
</group>
+ <group oor:name="ODF">
+ <info>
+ <author>PB</author>
+ <desc>Specifies ODF settings.</desc>
+ </info>
+ <prop oor:name="DefaultVersion" oor:type="xs:short">
+ <!-- UIHints: Tools - Options - Load/Save - General - ODF version -->
+ <info>
+ <author>PB</author>
+ <desc>Specifies the default ODF version for saving documents.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>ODFVER_UNKNOWN</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>ODFVER_010</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>ODFVER_011</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>ODFVER_012</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>3</value>
+ </prop>
+ </group>
</group>
<group oor:name="Load">
<info>
@@ -4951,7 +4987,7 @@ Dymamic border coloring means that when the mouse is hovered over a control, and
</prop>
</group>
</group>
-
+
<group oor:name="PDF">
<info>
<author>KA</author>