summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2018-11-13 22:31:25 -0400
committerJan Holesovsky <kendy@collabora.com>2018-12-07 11:52:31 +0100
commita92733b33f969acffe57ea51f603bc98d7c15395 (patch)
treef96f06c91c33845f59f032b43a13414fb4088628 /include
parentLOK: Fix API for renderShapeSelection (diff)
downloadcore-a92733b33f969acffe57ea51f603bc98d7c15395.tar.gz
core-a92733b33f969acffe57ea51f603bc98d7c15395.zip
add parameter TransformRotationDeltaAngle to .uno:TransformDialog
Change-Id: Ib22ba6956afedf1eea055e0ac3a78c53b4ee5861
Diffstat (limited to 'include')
-rw-r--r--include/svx/svxids.hrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc
index 9662124b339a..da6e743e272e 100644
--- a/include/svx/svxids.hrc
+++ b/include/svx/svxids.hrc
@@ -240,6 +240,7 @@ class SfxStringItem;
#define SID_ATTR_TRANSFORM_ROT_X TypedWhichId<SfxInt32Item>( SID_SVX_START + 93 )
#define SID_ATTR_TRANSFORM_ROT_Y TypedWhichId<SfxInt32Item>( SID_SVX_START + 94 )
#define SID_ATTR_TRANSFORM_ANGLE TypedWhichId<SfxInt32Item>( SID_SVX_START + 95 )
+#define SID_ATTR_TRANSFORM_DELTA_ANGLE TypedWhichId<SfxInt32Item>( SID_SVX_START + 96 )
#define SID_SIZE_ALL ( SID_SVX_START + 101 )
#define SID_DRAW_LINE ( SID_SVX_START + 102 )
#define SID_DRAW_XLINE ( SID_SVX_START + 103 )