diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2016-10-09 22:00:16 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-10 23:07:35 +0000 |
commit | e2f6c7f0d0cc14f851d7028ff846c5dc658a81c6 (patch) | |
tree | a94572100337b425c505c7604d4a2815c4af9b69 /sd | |
parent | aa4e560822787d62de0bcca52036242ce1160b45 (diff) |
tdf#101390 Add "Dimesion Line" command to the writer arrowsbox.
Change-Id: I238bc37871c029d547b21ce7c8ef3cb0c0ff95b8
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/29669
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/app.hrc | 1 | ||||
-rw-r--r-- | sd/sdi/sdraw.sdi | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index 9a97d9f9b4bc..2bf78397a1b3 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -104,7 +104,6 @@ #define SID_MODIFYLAYER (SID_SD_START+45) #define SID_PAGEMODE (SID_SD_START+46) #define SID_LAYERMODE (SID_SD_START+47) -#define SID_DRAW_MEASURELINE (SID_SD_START+48) #define SID_STARTAPP (SID_SD_START+49) #define SID_MASTERPAGE (SID_SD_START+50) // Navigation between slides diff --git a/sd/sdi/sdraw.sdi b/sd/sdi/sdraw.sdi index afc8ee88f677..bbaf03a7683e 100644 --- a/sd/sdi/sdraw.sdi +++ b/sd/sdi/sdraw.sdi @@ -2509,24 +2509,6 @@ SfxVoidItem MeasureAttributes SID_MEASURE_DLG GroupId = GID_FORMAT; ] -SfxBoolItem MeasureLine SID_DRAW_MEASURELINE - -[ - AutoUpdate = TRUE, - FastCall = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerItem; - - - AccelConfig = TRUE, - MenuConfig = TRUE, - ToolBoxConfig = TRUE, - GroupId = GID_DRAWING; -] - SfxVoidItem MirrorHorz SID_HORIZONTAL () [ |