diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-11-08 23:56:59 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-11-09 07:42:25 +0200 |
commit | 261f84a08d8631d70c62d849cd11b21bc9d1f106 (patch) | |
tree | ec8263401e8ce89f14dfc2806723faf2cc3082d9 /svx/sdi | |
parent | 9229170920ab770624415c4330da57af5b1b5398 (diff) |
fdo#85804 Introduce bullets and numbering popups
Change-Id: I39ea402a3ce3296f55ea127b0139e89954e41252
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 16 |
1 files changed, 2 insertions, 14 deletions
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, |