diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2016-08-10 22:22:09 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2016-08-10 23:25:01 +0200 |
commit | d409aeaa23525e1494ef50c0453c4e7335f01945 (patch) | |
tree | 0ec3d14e53018047d032ff9a76ee17d9195600bf /sfx2 | |
parent | e9bcd3475131b24b0b8818cfdfa256854ca5a59d (diff) |
GSoC notebookbar: slot available only in the menubar
Change-Id: Ifaded8c158515e9d21229f91502a3873f17fc60b
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 5275aef5d335..3edca8d4162a 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -2635,9 +2635,9 @@ SfxBoolItem Notebookbar SID_NOTEBOOKBAR RecordPerSet; Asynchron; - AccelConfig = TRUE, + AccelConfig = FALSE, MenuConfig = TRUE, - ToolBoxConfig = TRUE, + ToolBoxConfig = FALSE, GroupId = GID_VIEW; ] |