summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorPhilippe Jung <phil.jung@free.fr>2016-01-18 13:25:41 +0100
committerKatarina Behrens <Katarina.Behrens@cib.de>2016-01-18 15:10:31 +0000
commit87084436d39662636e92dd03a5161293efb80948 (patch)
treee5f9429ae2734bc029528d0ebd17c2ca72501637 /officecfg
parentff163f16d6fd12b5b93d8fd87cf7aac449e014f5 (diff)
tdf#97119 Make TabBarVisible configuration persistant
Now the TabBarVisible status persist between LO quit/relaunch. It is also taking into accoutn when opening a (existing/new) presentation. Fixes the incorrect toolbar button status Moves the two buttons on Standard bar, in the PageSetup/SlideMasterPage group. ShowTabBar button is also enabled but not selected by default. Change-Id: Idd9ab15efebc2bf43bc827afaa1eb1457b39deec Reviewed-on: https://gerrit.libreoffice.org/21541 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Impress.xcs10
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>