diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-08 13:22:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-09 07:18:47 +0100 |
commit | 46ab8c952aa535bd1c624aa95c8900460aa474bf (patch) | |
tree | 53681fa45f7b1f25559492575af736df455a1a85 /include/svx | |
parent | 95307f2ca73480176634e5cc46d96a19b735e87b (diff) |
RES_CHRATR_PROPORTIONALFONTSIZE and RES_CHRATR_NOLINEBREAK unused
but leave placeholders behind to avoid having to renumber items.
Change-Id: Ifa1a9dc790a68d7486da7504c11b3c203a5fd3db
Reviewed-on: https://gerrit.libreoffice.org/47580
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-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 bb2ce7754e84..1d11ec7acdf9 100644 --- a/include/svx/svxitems.hrc +++ b/include/svx/svxitems.hrc @@ -43,7 +43,6 @@ const std::pair<const char*, sal_uInt16> RID_ATTR_NAMES[] = { NC_("RID_ATTR_NAMES", "Strikethrough") , SID_ATTR_CHAR_STRIKEOUT }, { NC_("RID_ATTR_NAMES", "Underline") , SID_ATTR_CHAR_UNDERLINE }, { NC_("RID_ATTR_NAMES", "Font size") , SID_ATTR_CHAR_FONTHEIGHT }, - { NC_("RID_ATTR_NAMES", "Rel. Font size") , SID_ATTR_CHAR_PROPSIZE }, { NC_("RID_ATTR_NAMES", "Font color") , SID_ATTR_CHAR_COLOR }, { NC_("RID_ATTR_NAMES", "Kerning") , SID_ATTR_CHAR_KERNING }, { NC_("RID_ATTR_NAMES", "Effects") , SID_ATTR_CHAR_CASEMAP }, |