diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-09-03 17:50:56 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-09-03 18:14:39 +0300 |
commit | 342c8c9da8f0eb36d2aaeb810e3946e8a09b8a0a (patch) | |
tree | 73b810544c360fb55483f85235ff2e8805cd7ca2 /sfx2 | |
parent | e201506a4cc7e1cac2d04ef3169ef37e34de379a (diff) |
These slots not meant to be added to a toolbar or recorded
Change-Id: Iaf847c02265fcc7d75c1cd54bc836ec85cb830ec
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 20 |
1 files changed, 10 insertions, 10 deletions
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 = ; ] |