From 342c8c9da8f0eb36d2aaeb810e3946e8a09b8a0a Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Wed, 3 Sep 2014 17:50:56 +0300 Subject: These slots not meant to be added to a toolbar or recorded Change-Id: Iaf847c02265fcc7d75c1cd54bc836ec85cb830ec --- svx/sdi/svx.sdi | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'svx/sdi') diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 10b254ff6554..839b243d1bef 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -1691,17 +1691,17 @@ SvxFontItem CharPreviewFontName SID_ATTR_CHAR_PREVIEW_FONT Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, - RecordPerSet; + NoRecord; Synchron; Readonly = FALSE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_FORMAT; + ToolBoxConfig = FALSE, + GroupId = ; ] SvxFontItem CharEndPreviewFontName SID_ATTR_CHAR_ENDPREVIEW_FONT @@ -1717,17 +1717,17 @@ SvxFontItem CharEndPreviewFontName SID_ATTR_CHAR_ENDPREVIEW_FONT Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, - RecordPerSet; + NoRecord; Synchron; Readonly = FALSE, /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_FORMAT; + ToolBoxConfig = FALSE, + GroupId = ; ] -- cgit