diff options
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Impress.xcs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index 276476a48c9c..2ba88b4775a4 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -559,6 +559,16 @@ </info> <value>150</value> </prop> + <prop oor:name="TabBarVisible" oor:type="xs:boolean" oor:nillable="false"> + <!-- OldPath: --> + <!-- OldLocation: --> + <!-- UIHints: is the TabBar visible on top of the slide panel --> + <info> + <desc>Indicates whether the tab bar should be visible on top of the slide panel.</desc> + <label>Tab bar is visible</label> + </info> + <value>false</value> + </prop> <group oor:name="TextObject"> <info> <desc>Contains text editing related configuration items.</desc> |