summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-06-15 10:52:35 +0000
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-06-15 12:26:09 +0000
commit6b99bc4ad450b3bc3ae73853cdb9729008d26501 (patch)
tree3b14f00739c2ae24ea41cd4bdfb14c12cf91aa9e /sfx2
parentbe710eef2f8e408b38d8a90aee5c45e2d1a936a2 (diff)
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@collabora.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/sdi/sfx.sdi6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi
index 2c80801384f2..73f305b47e2f 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;
]