From 0d3d8af033fa11730abf6a0fac13f23eb0b0403b Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Fri, 18 Mar 2016 09:54:24 +0100 Subject: [PATCH] tdf#98740 Infobar should not be in the customization options Change-Id: I741246174a8a3b642224c63faa2891ab383b645c Reviewed-on: https://gerrit.libreoffice.org/23354 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- sfx2/sdi/sfx.sdi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index ad9ce0885b5f..e1b37a584a7a 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -2581,9 +2581,9 @@ SfxBoolItem InfoBar SID_INFOBAR RecordPerSet; - AccelConfig = TRUE, - MenuConfig = TRUE, - ToolBoxConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, GroupId = GID_DOCUMENT; ]