diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-07-14 14:19:23 +0900 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-07-17 08:50:38 +0900 |
commit | 210f42a318cbac62de835ccacbc1fc0e36f713f6 (patch) | |
tree | d12b22fba33a127f92f9c4cd3ab67aee222d4e73 /officecfg | |
parent | 9827eaeac51149c9c26abc4a8cca6f2029274ee5 (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
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 13 |
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 220a9896b6cf..7e722cae9e92 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2165,7 +2165,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> @@ -6634,5 +6634,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> |