summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorThomas Lange [tl] <Thomas.Lange@oracle.com>2010-10-13 11:39:15 +0200
committerThomas Lange [tl] <Thomas.Lange@oracle.com>2010-10-13 11:39:15 +0200
commit296f906d5d4190f88d9dfef1874920b5f0b1f9df (patch)
treec3a26909a11c01a06ea446d720d1a92aa5f0c193 /officecfg
parent9a316a1fe8b5fb21b16a4e1a2e8708c8ff2a6c22 (diff)
cws tl84: #i114767# Math: added option to save only used symbols
Diffstat (limited to 'officecfg')
-rwxr-xr-x[-rw-r--r--]officecfg/registry/schema/org/openoffice/Office/Math.xcs14
1 files changed, 14 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Math.xcs b/officecfg/registry/schema/org/openoffice/Office/Math.xcs
index 31f6e00a23..13a566dc67 100644..100755
--- a/officecfg/registry/schema/org/openoffice/Office/Math.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Math.xcs
@@ -316,6 +316,20 @@
<value>100</value>
</prop>
</group>
+ <group oor:name="LoadSave">
+ <info>
+ <desc>Contains settings related to load and save operations.</desc>
+ </info>
+ <prop oor:name="IsSaveOnlyUsedSymbols" oor:type="xs:boolean">
+ <!-- UIHints: - Tools/Options - OpenOffice Maths - Settings -->
+ <info>
+ <author>TL</author>
+ <desc>When set only symbols used in the current formula will be saved. Otherwise all user defined symbols will be saved in each formula.</desc>
+ <label>Save only used symbols.</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
<group oor:name="Misc">
<info>
<desc>Contains miscellaneous settings.</desc>