diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-06-09 14:06:57 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-06-09 14:06:57 +0000 |
commit | cc01597c0a24a43cec8cd5b2150124b8334753b6 (patch) | |
tree | 0e1392cb518b93b40f263cdc9a9ae77448e73e4d /officecfg/registry/schema | |
parent | 77835bdd2b95b96aea20f05b96ad32608cc0e8ef (diff) |
INTEGRATION: CWS impress141 (1.148.24); FILE MERGED
2008/05/08 13:29:08 sj 1.148.24.3: RESYNC: (1.149-1.150); FILE MERGED
2008/04/21 09:24:02 cl 1.148.24.2: RESYNC: (1.148-1.149); FILE MERGED
2008/04/15 14:54:55 sj 1.148.24.1: #i67371# added possibility to disable/enable previews when exporting to ppt,excel and or word
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 084d36dab78d..e5fb8f5f681e 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -8,7 +8,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: Common.xcs,v $ - * $Revision: 1.151 $ + * $Revision: 1.152 $ * * This file is part of OpenOffice.org. * @@ -4092,7 +4092,28 @@ Dymamic border coloring means that when the mouse is hovered over a control, and </info> <value>false</value> </prop> - </group> + <prop oor:name="EnablePowerPointPreview" oor:type="xs:boolean"> + <info> + <author>SJ</author> + <desc>Specifies if previews are created when saving Ole objects</desc> + </info> + <value>true</value> + </prop> + <prop oor:name="EnableCalcPreview" oor:type="xs:boolean"> + <info> + <author>SJ</author> + <desc>Specifies if embedded Impress objects are converted into PowerPoint objects.</desc> + </info> + <value>false</value> + </prop> + <prop oor:name="EnableWordPreview" oor:type="xs:boolean"> + <info> + <author>SJ</author> + <desc>Specifies if embedded Word objects are converted into PowerPoint objects.</desc> + </info> + <value>false</value> + </prop> + </group> </group> <group oor:name="Graphic"> <info> |