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 --- sfx2/sdi/sfx.sdi | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'sfx2/sdi') diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index d72d23ded80f..f89332425ca3 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -6167,15 +6167,15 @@ SfxVoidItem StyleEndPreview SID_STYLE_END_PREVIEW Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, - RecordPerSet; + NoRecord; Synchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_TEMPLATE; + ToolBoxConfig = FALSE, + GroupId = ; ] SfxVoidItem StylePreview SID_STYLE_PREVIEW @@ -6191,15 +6191,15 @@ SfxVoidItem StylePreview SID_STYLE_PREVIEW Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, - RecordPerSet; + NoRecord; Synchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_TEMPLATE; + ToolBoxConfig = FALSE, + GroupId = ; ] -- cgit v1.2.1