diff options
author | Philippe Jung <phil.jung@free.fr> | 2016-01-18 13:25:41 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-01-18 19:43:46 +0000 |
commit | f9b0fec2ff0a17ae851077a2b74a0e9d6fc38476 (patch) | |
tree | f4eb4036697f7a83c02c02094b0da7ce30e215af /officecfg | |
parent | 863811c2d3acfc4c1746f86ab6055ddde83e937a (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>
(cherry picked from commit 87084436d39662636e92dd03a5161293efb80948)
Reviewed-on: https://gerrit.libreoffice.org/21582
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
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> |