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 /include/svx/svxitems.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 'include/svx/svxitems.hrc')
-rw-r--r-- | include/svx/svxitems.hrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/svxitems.hrc b/include/svx/svxitems.hrc index 01c1fa7465b3..bb2ce7754e84 100644 --- a/include/svx/svxitems.hrc +++ b/include/svx/svxitems.hrc @@ -52,7 +52,6 @@ const std::pair<const char*, sal_uInt16> RID_ATTR_NAMES[] = { NC_("RID_ATTR_NAMES", "Character blinking") , SID_ATTR_CHAR_AUTOKERN }, { NC_("RID_ATTR_NAMES", "Character set color") , SID_ATTR_CHAR_CHARSETCOLOR }, { NC_("RID_ATTR_NAMES", "Overline") , SID_ATTR_CHAR_OVERLINE }, - { NC_("RID_ATTR_NAMES", "Paragraph") , SID_ATTR_PARA }, { NC_("RID_ATTR_NAMES", "Alignment") , SID_ATTR_PARA_ADJUST }, { NC_("RID_ATTR_NAMES", "Line spacing") , SID_ATTR_PARA_LINESPACE }, { NC_("RID_ATTR_NAMES", "Page Break") , SID_ATTR_PARA_PAGEBREAK }, |