[Libreoffice-commits] core.git: svx/sdi
Samuel Mehrbrodt
Samuel.Mehrbrodt at cib.de
Mon Jul 11 13:49:30 UTC 2016
svx/sdi/svx.sdi | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
New commits:
commit f76a151bd5d1712396414387f29cf4c281144213
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date: Mon Jul 11 13:08:31 2016 +0000
Remove these from the customization dialog
Looks like copy&paste, no need for these to be here (have no label also)
Change-Id: Iad51bf19d01635f787e2a3f76a32fecaeb9bb656
Reviewed-on: https://gerrit.libreoffice.org/27113
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi
index 916ecc4..38082be 100644
--- a/svx/sdi/svx.sdi
+++ b/svx/sdi/svx.sdi
@@ -2749,9 +2749,9 @@ XFillColorItem FillPageColor SID_ATTR_PAGE_COLOR
/* config: */
- AccelConfig = TRUE,
- MenuConfig = TRUE,
- ToolBoxConfig = TRUE,
+ AccelConfig = FALSE,
+ MenuConfig = FALSE,
+ ToolBoxConfig = FALSE,
GroupId = GID_FORMAT;
]
@@ -2860,9 +2860,9 @@ XFillStyleItem FillPageStyle SID_ATTR_PAGE_FILLSTYLE
RecordPerSet;
/* config: */
- AccelConfig = TRUE,
- MenuConfig = TRUE,
- ToolBoxConfig = TRUE,
+ AccelConfig = FALSE,
+ MenuConfig = FALSE,
+ ToolBoxConfig = FALSE,
GroupId = GID_FORMAT;
]
More information about the Libreoffice-commits
mailing list