diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-05 10:54:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-06 07:41:36 +0100 |
commit | 0c1ca08318bd370280e124ea05d9bf0d2535d3e1 (patch) | |
tree | be8a131324a78b1c6459838a2cd691e182bfc6cf /sd/inc/app.hrc | |
parent | 30b18e9c1ce5578ce22cb75e38f489eb25c4b7c7 (diff) |
remove unused defines
In particular, the STR_SVT_MIMETYPE defines are dead
since
commit 1b694dad643334ec1bab3f823dcd68f44a05ebe3
Date: Thu Aug 24 22:14:27 2017 +0200
loplugin:unusedmethods
Change-Id: I641ec0a14efedc55c9d6a4de4a28784c273602e9
Reviewed-on: https://gerrit.libreoffice.org/47464
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/inc/app.hrc')
-rw-r--r-- | sd/inc/app.hrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index f6c6752e8c66..01e55838560e 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -221,8 +221,6 @@ #define ID_VAL_BORDER (SID_SD_START+199) // In svxids.hrc: ID_VAL_MOUSESTART_X (SID_SD_START+200) // In svxids.hrc: ID_VAL_MOUSESTART_Y (SID_SD_START+201) -// In svxids.hrc: ID_VAL_LENGTH_X (SID_SD_START+202) -// In svxids.hrc: ID_VAL_LENGTH_Y (SID_SD_START+203) // In svxids.hrc: ID_VAL_MOUSEEND_X (SID_SD_START+204) // In svxids.hrc: ID_VAL_MOUSEEND_Y (SID_SD_START+205) // In svxids.hrc: ID_VAL_AXIS_X (SID_SD_START+206) |