summaryrefslogtreecommitdiff
path: root/sd/inc
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 /sd/inc
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 'sd/inc')
-rw-r--r--sd/inc/app.hrc8
1 files changed, 0 insertions, 8 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc
index 70d730a61dcc..9a97d9f9b4bc 100644
--- a/sd/inc/app.hrc
+++ b/sd/inc/app.hrc
@@ -212,14 +212,6 @@
// FREE 160 - 168
#define SID_DOUBLECLICK_TEXTEDIT (SID_SD_START+169)
#define SID_CLICK_CHANGE_ROTATION (SID_SD_START+170)
-#define SID_DRAWTBX_ARROWS (SID_SD_START+171)
-#define SID_LINE_ARROW_START (SID_SD_START+172)
-#define SID_LINE_ARROW_END (SID_SD_START+173)
-#define SID_LINE_ARROWS (SID_SD_START+174)
-#define SID_LINE_ARROW_CIRCLE (SID_SD_START+175)
-#define SID_LINE_CIRCLE_ARROW (SID_SD_START+176)
-#define SID_LINE_ARROW_SQUARE (SID_SD_START+177)
-#define SID_LINE_SQUARE_ARROW (SID_SD_START+178)
#define SID_HELPLINES_VISIBLE (SID_SD_START+179)
#define SID_HELPLINES_FRONT (SID_SD_START+180)
#define SID_BEFORE_OBJ (SID_SD_START+181)