summaryrefslogtreecommitdiff
path: root/svx/sdi
diff options
context:
space:
mode:
authorgiacco <filippo.giacche@gmail.com>2016-10-20 10:03:44 +0200
committerjan iversen <jani@documentfoundation.org>2016-12-23 18:29:37 +0000
commit5f116966de4c0d007c2a420b7adc74d72e728b89 (patch)
treee64d178e0e7ba65b99ad60c9dab364d10b1694b3 /svx/sdi
parent5c983bc2ab020b0dbbd8f58e66b9a6fd8508bfde (diff)
tdf#87700 command to rotate 180 degrees
added command to rotate an image 180 degrees in Writer Change-Id: I4a1e40f4c3475aceb24edd44691a74372f61b49a Reviewed-on: https://gerrit.libreoffice.org/30074 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'svx/sdi')
-rw-r--r--svx/sdi/svx.sdi15
1 files changed, 15 insertions, 0 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi
index 99a8bc0115b7..2029d785dbfd 100644
--- a/svx/sdi/svx.sdi
+++ b/svx/sdi/svx.sdi
@@ -4395,7 +4395,22 @@ SfxVoidItem RotateLeft SID_ROTATE_GRAPHIC_LEFT
ToolBoxConfig = TRUE,
GroupId = GID_GRAPHIC;
]
+SfxVoidItem Rotate180 SID_ROTATE_GRAPHIC_180
+[
+ AutoUpdate = FALSE,
+ FastCall = FALSE,
+ ReadOnlyDoc = TRUE,
+ Toggle = FALSE,
+ Container = FALSE,
+ RecordAbsolute = FALSE,
+ RecordPerSet;
+
+ AccelConfig = TRUE,
+ MenuConfig = TRUE,
+ ToolBoxConfig = TRUE,
+ GroupId = GID_GRAPHIC;
+]
SfxVoidItem RotateRight SID_ROTATE_GRAPHIC_RIGHT
[