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

New commits:
commit 6b99bc4ad450b3bc3ae73853cdb9729008d26501
Author: Samuel Mehrbrodt <samuel.mehrbr...@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 <ke...@collabora.com>
    Tested-by: Jenkins <c...@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;
 ]
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to