summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-07-14 14:19:23 +0900
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-07-22 06:05:20 +0000
commit5e42fa59ff1e4f46c05b1c438dd3757dbb7a14d6 (patch)
tree36880f693da7bf1f1edf8d8299c7b61e4d7c4c15 /officecfg
parent10f7980f27cde9d912744ab4ddabc51f7a273eb1 (diff)
tdf#91495 add property to turn off stlye previews
Newly added property Office::Common::StylesAndFormatting::Preview can now be used to turn off "Style And Formatting" style preview. Change-Id: I2e01de2a74e2d295557c87022a7b745ce23b4800 (cherry picked from commit 210f42a318cbac62de835ccacbc1fc0e36f713f6) Reviewed-on: https://gerrit.libreoffice.org/17179 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs13
1 files changed, 12 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 6f0dcb712824..730c7123b368 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -2162,7 +2162,7 @@
<!-- UIHints: Tools Options - General Save - [Section] Save -->
<info>
<desc>Specifies whether to generate a thumbnail image and place it inside the
- the odf archive file, which makes it possible to see a preview of the document.</desc>
+ the odf archive file, which makes it possible to see a preview of the document.</desc>
<label>Store a preview of this document</label>
</info>
<value>true</value>
@@ -6626,5 +6626,16 @@
</prop>
</group>
</group>
+ <group oor:name="StylesAndFormatting">
+ <info>
+ <desc>Contains settings for Styles and Formatting.</desc>
+ </info>
+ <prop oor:name="Preview" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if the styles and formatting preview is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
</component>
</oor:component-schema>