diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-28 10:12:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-28 12:51:17 +0000 |
commit | 946a049114a27d342c1974be524576e348ce4ad2 (patch) | |
tree | ff55880e5e7df928ab37333c4fc4750ef0aa9b2e /svx | |
parent | 3ea5e3401e567bfe956817fd5abd17530da664f5 (diff) |
remove some more unused SID constants and commands
Change-Id: Ibf2bb58ca687c18798328ed86cd549d64f3621b4
Reviewed-on: https://gerrit.libreoffice.org/35792
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/sdi/svx.sdi | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 083be9c7ae50..998f16a52005 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -1357,25 +1357,6 @@ SfxVoidItem ChooseControls SID_CHOOSE_CONTROLS ] -SfxBoolItem ChoosePolygon SID_CHOOSE_POLYGON - -[ - AutoUpdate = TRUE, - FastCall = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - - - AccelConfig = TRUE, - MenuConfig = TRUE, - ToolBoxConfig = TRUE, - GroupId = GID_DRAWING; -] - - SfxVoidItem Circle SID_DRAW_CIRCLE (SfxUInt32Item CenterX ID_VAL_CENTER_X,SfxUInt32Item CenterY ID_VAL_CENTER_Y,SfxUInt32Item AxisX ID_VAL_AXIS_X,SfxUInt32Item AxisY ID_VAL_AXIS_Y) [ |