diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-09-08 13:38:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-09-08 21:01:31 +0000 |
commit | bcf8f878899be13002b2c40f9f2b9363f20fec3a (patch) | |
tree | 43434367f951d7ae97d7b7d3dd9490b4fdd2eead /svx/sdi | |
parent | d704c2b95e811798b900ac18974f7983ffca4090 (diff) |
remove IMAGEROTATION and IMAGEREFLECTION SfxSlotMode enums...
unused since...
commit 7affe26a1291eef8c77e890228061f13e987bff1
Author: Maxim Monastirsky <momonasmon@gmail.com>
Date: Mon Feb 22 18:47:15 2016 +0200
Kill sfx2 menu support
Change-Id: I902957b8379be7c314f5357750aeba5a2fcc0a00
Reviewed-on: https://gerrit.libreoffice.org/28749
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 69db251c211a..72ea78b22f42 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -1010,8 +1010,6 @@ SfxBoolItem CenterPara SID_ATTR_PARA_ADJUST_CENTER RecordAbsolute = FALSE, RecordPerSet; - ImageRotation = TRUE; - AccelConfig = TRUE, MenuConfig = TRUE, ToolBoxConfig = TRUE, @@ -2324,8 +2322,6 @@ SfxVoidItem DefaultBullet FN_NUM_BULLET_ON RecordAbsolute = FALSE, RecordPerSet; - ImageRotation = TRUE; - ImageReflection = TRUE; SlotType = SfxBoolItem AccelConfig = TRUE, @@ -4813,8 +4809,6 @@ SfxVoidItem DefaultNumbering FN_NUM_NUMBERING_ON RecordAbsolute = FALSE, RecordPerSet; - ImageRotation = TRUE; - ImageReflection = TRUE; SlotType = SfxBoolItem AccelConfig = TRUE, @@ -5111,9 +5105,6 @@ SfxBoolItem JustifyPara SID_ATTR_PARA_ADJUST_BLOCK RecordAbsolute = FALSE, RecordPerSet; - ImageRotation = TRUE; - ImageReflection = TRUE; - AccelConfig = TRUE, MenuConfig = TRUE, ToolBoxConfig = TRUE, @@ -5264,8 +5255,6 @@ SfxBoolItem LeftPara SID_ATTR_PARA_ADJUST_LEFT RecordAbsolute = FALSE, RecordPerSet; - ImageRotation = TRUE; - AccelConfig = TRUE, MenuConfig = TRUE, ToolBoxConfig = TRUE, @@ -5920,8 +5909,6 @@ SfxVoidItem OutlineBullet SID_OUTLINE_BULLET RecordAbsolute = FALSE, RecordPerSet; - ImageRotation = TRUE; - ImageReflection = TRUE; AccelConfig = FALSE, MenuConfig = FALSE, ToolBoxConfig = TRUE, @@ -7109,8 +7096,6 @@ SfxBoolItem RightPara SID_ATTR_PARA_ADJUST_RIGHT RecordAbsolute = FALSE, RecordPerSet; - ImageRotation = TRUE; - AccelConfig = TRUE, MenuConfig = TRUE, ToolBoxConfig = TRUE, @@ -7949,9 +7934,6 @@ SfxBoolItem SpacePara1 SID_ATTR_PARA_LINESPACE_10 RecordAbsolute = FALSE, RecordPerSet; - ImageRotation = TRUE; - ImageReflection = TRUE; - AccelConfig = TRUE, MenuConfig = TRUE, ToolBoxConfig = TRUE, @@ -7970,9 +7952,6 @@ SfxBoolItem SpacePara15 SID_ATTR_PARA_LINESPACE_15 RecordAbsolute = FALSE, RecordPerSet; - ImageRotation = TRUE; - ImageReflection = TRUE; - AccelConfig = TRUE, MenuConfig = TRUE, ToolBoxConfig = TRUE, @@ -7991,9 +7970,6 @@ SfxBoolItem SpacePara2 SID_ATTR_PARA_LINESPACE_20 RecordAbsolute = FALSE, RecordPerSet; - ImageRotation = TRUE; - ImageReflection = TRUE; - AccelConfig = TRUE, MenuConfig = TRUE, ToolBoxConfig = TRUE, @@ -9397,8 +9373,6 @@ SfxBoolItem ParaLeftToRight SID_ATTR_PARA_LEFT_TO_RIGHT RecordAbsolute = FALSE, RecordPerSet; - ImageRotation = TRUE; - AccelConfig = TRUE, MenuConfig = TRUE, ToolBoxConfig = TRUE, @@ -9417,8 +9391,6 @@ SfxBoolItem ParaRightToLeft SID_ATTR_PARA_RIGHT_TO_LEFT RecordAbsolute = FALSE, RecordPerSet; - ImageRotation = TRUE; - AccelConfig = TRUE, MenuConfig = TRUE, ToolBoxConfig = TRUE, @@ -10161,9 +10133,6 @@ SfxVoidItem IncrementIndent SID_INC_INDENT RecordAbsolute = FALSE, RecordPerSet; - ImageRotation = TRUE; - ImageReflection = TRUE; - AccelConfig = TRUE, MenuConfig = TRUE, ToolBoxConfig = TRUE, @@ -10182,9 +10151,6 @@ SfxVoidItem DecrementIndent SID_DEC_INDENT RecordAbsolute = FALSE, RecordPerSet; - ImageRotation = TRUE; - ImageReflection = TRUE; - AccelConfig = TRUE, MenuConfig = TRUE, ToolBoxConfig = TRUE, |