summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGulsah Kose <gulsah.1004@gmail.com>2016-08-11 10:40:19 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2016-09-07 21:31:27 +0300
commit37a3fc1ca2a08e41dcf39946d891e7e315106d64 (patch)
tree409636f6aafd802d9d810513f533804e900f2787 /include
parentf10549961983b10148ba9ffe91a5e6c19bde909f (diff)
tdf#101390 Add Arrows toolbox functions on writer drawingbar.
Writer arrows toolbox includes following commands .uno:LineArrowEnd .uno:LineCircleArrow .uno:LineSquareArrow .uno:LineArrows .uno:LineArrowStart .uno:LineArrowCircle .uno:LineArrowSquare .uno:Line Change-Id: I91af27826ea411eabfa61c11962cfb85d2d2aab2 Reviewed-on: https://gerrit.libreoffice.org/28363 Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svxids.hrc10
1 files changed, 9 insertions, 1 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc
index 7157993b2030..a6e058f29a1a 100644
--- a/include/svx/svxids.hrc
+++ b/include/svx/svxids.hrc
@@ -990,9 +990,17 @@
#define SID_EDIT_POSTIT ( SID_SVX_START + 1158 )
+#define SID_LINE_ARROW_CIRCLE ( SID_SVX_START + 1159 )
+#define SID_LINE_ARROW_SQUARE ( SID_SVX_START + 1160 )
+#define SID_LINE_CIRCLE_ARROW ( SID_SVX_START + 1161 )
+#define SID_LINE_SQUARE_ARROW ( SID_SVX_START + 1162 )
+#define SID_LINE_ARROWS ( SID_SVX_START + 1163 )
+#define SID_DRAWTBX_ARROWS ( SID_SVX_START + 1164 )
+#define SID_LINE_ARROW_START ( SID_SVX_START + 1165 )
+#define SID_LINE_ARROW_END ( SID_SVX_START + 1166 )
// IMPORTANT NOTE: adjust SID_SVX_FIRSTFREE, when adding new slot id
-#define SID_SVX_FIRSTFREE (SID_EDIT_POSTIT + 1)
+#define SID_SVX_FIRSTFREE ( SID_LINE_ARROW_END + 1 )
// Overflow check for slot IDs