diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 14:08:50 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 14:08:50 +0000 |
commit | 4cce2a2f08238e1e03055877aa89bc755ec06f59 (patch) | |
tree | bf062097c365c3c50012ac0e6b0eb3e843ae1dc5 /svx/sdi | |
parent | 13db37c381318571c54f6e1fdb2d2b28cc76573a (diff) |
INTEGRATION: CWS iha07 (1.64.72); FILE MERGED
2005/02/18 14:17:39 iha 1.64.72.2: #i41753# custom shapes toolboxes are not highlighted in action mode
2005/01/31 12:10:17 iha 1.64.72.1: #i41267# removed UI visibility for non working command 'FontworkCharacterSpacingDialog'
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index f59d39ebdeff..51186d5babb7 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -2,9 +2,9 @@ * * $RCSfile: svx.sdi,v $ * - * $Revision: 1.64 $ + * $Revision: 1.65 $ * - * last change: $Author: rt $ $Date: 2005-01-05 16:12:46 $ + * last change: $Author: vg $ $Date: 2005-03-08 15:08:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -12854,10 +12854,10 @@ SfxVoidItem FontworkCharacterSpacingDialog SID_FONTWORK_CHARACTER_SPACING_DIALOG SlotType = SfxInt32Item /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, + ToolBoxConfig = FALSE, GroupId = GID_DRAWING; ] @@ -13268,7 +13268,7 @@ SfxBoolItem BasicShapes SID_DRAWTBX_CS_BASIC Synchron; /* status: */ - SlotType = SfxStringItem + SlotType = SfxBoolItem /* config: */ AccelConfig = TRUE, @@ -13296,7 +13296,7 @@ SfxBoolItem SymbolShapes SID_DRAWTBX_CS_SYMBOL Synchron; /* status: */ - SlotType = SfxStringItem + SlotType = SfxBoolItem /* config: */ AccelConfig = TRUE, @@ -13324,7 +13324,7 @@ SfxBoolItem ArrowShapes SID_DRAWTBX_CS_ARROW Synchron; /* status: */ - SlotType = SfxStringItem + SlotType = SfxBoolItem /* config: */ AccelConfig = TRUE, @@ -13352,7 +13352,7 @@ SfxBoolItem FlowChartShapes SID_DRAWTBX_CS_FLOWCHART Synchron; /* status: */ - SlotType = SfxStringItem + SlotType = SfxBoolItem /* config: */ AccelConfig = TRUE, @@ -13380,7 +13380,7 @@ SfxBoolItem CalloutShapes SID_DRAWTBX_CS_CALLOUT Synchron; /* status: */ - SlotType = SfxStringItem + SlotType = SfxBoolItem /* config: */ AccelConfig = TRUE, @@ -13408,7 +13408,7 @@ SfxBoolItem StarShapes SID_DRAWTBX_CS_STAR Synchron; /* status: */ - SlotType = SfxStringItem + SlotType = SfxBoolItem /* config: */ AccelConfig = TRUE, |