From 261f84a08d8631d70c62d849cd11b21bc9d1f106 Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Sat, 8 Nov 2014 23:56:59 +0200 Subject: fdo#85804 Introduce bullets and numbering popups Change-Id: I39ea402a3ce3296f55ea127b0139e89954e41252 --- svx/sdi/svx.sdi | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'svx/sdi') diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 47d5c14620d8..9691ba578622 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -6523,8 +6523,7 @@ SfxVoidItem DefaultNumbering FN_NUM_NUMBERING_ON GroupId = GID_ENUMERATION; ] -SfxBoolItem CurrentBulletListType FN_BUL_NUM_RULE_INDEX -(SfxUInt16Item On FN_PARAM_1) +SfxUInt16Item CurrentBulletListType FN_BUL_NUM_RULE_INDEX [ /* flags: */ AutoUpdate = TRUE, @@ -6539,11 +6538,6 @@ SfxBoolItem CurrentBulletListType FN_BUL_NUM_RULE_INDEX RecordPerSet; Synchron; - ImageRotation = TRUE; - ImageReflection = TRUE; - /* status: */ - SlotType = SfxBoolItem - /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, @@ -6551,8 +6545,7 @@ SfxBoolItem CurrentBulletListType FN_BUL_NUM_RULE_INDEX ToolBoxConfig = FALSE, GroupId = GID_ENUMERATION; ] -SfxBoolItem CurrentNumListType FN_NUM_NUM_RULE_INDEX -(SfxUInt16Item On FN_PARAM_1) +SfxUInt16Item CurrentNumListType FN_NUM_NUM_RULE_INDEX [ /* flags: */ AutoUpdate = TRUE, @@ -6567,11 +6560,6 @@ SfxBoolItem CurrentNumListType FN_NUM_NUM_RULE_INDEX RecordPerSet; Synchron; - ImageRotation = TRUE; - ImageReflection = TRUE; - /* status: */ - SlotType = SfxBoolItem - /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, -- cgit