diff options
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 324f22055eb7..277960fe719d 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5403,6 +5403,15 @@ </info> <value>false</value> </prop> + <prop oor:name="WriteLayerStateAsConfigItem" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>If 'true', the config items VisibleLayers, PrintableLayers and + LockedLayers are written to 'office:settings' element, otherwise not. + Since LO 6.2 the ODF attributes of 'draw:layer' element are used on + file open, if these config items do not exist.</desc> + </info> + <value>true</value> + </prop> <prop oor:name="ExperimentalMode" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Determines if various experimental, and potentially unstable |