[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - sfx2/sdi

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Wed Jun 15 12:26:34 UTC 2016


 sfx2/sdi/sfx.sdi |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 6b99bc4ad450b3bc3ae73853cdb9729008d26501
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Wed Jun 15 10:52:35 2016 +0000

    Hide Notebookbar in 5.2
    
    Make it inaccessible since it's highly incomplete.
    
    Change-Id: Ia3f04fdcd2fcf7552edd5a93b6095228d8367406
    Reviewed-on: https://gerrit.libreoffice.org/26296
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi
index 2c80801..73f305b 100644
--- a/sfx2/sdi/sfx.sdi
+++ b/sfx2/sdi/sfx.sdi
@@ -2617,9 +2617,9 @@ SfxBoolItem Notebookbar SID_NOTEBOOKBAR
     RecordPerSet;
     Asynchron;
 
-    AccelConfig = TRUE,
-    MenuConfig = TRUE,
-    ToolBoxConfig = TRUE,
+    AccelConfig = FALSE,
+    MenuConfig = FALSE,
+    ToolBoxConfig = FALSE,
     GroupId = GID_VIEW;
 ]
 


More information about the Libreoffice-commits mailing list