summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-01-08 13:22:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-01-09 07:18:47 +0100
commit46ab8c952aa535bd1c624aa95c8900460aa474bf (patch)
tree53681fa45f7b1f25559492575af736df455a1a85 /include/editeng
parent95307f2ca73480176634e5cc46d96a19b735e87b (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/editeng')
-rw-r--r--include/editeng/editids.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/editids.hrc b/include/editeng/editids.hrc
index 69a34cfc7804..e72976e88144 100644
--- a/include/editeng/editids.hrc
+++ b/include/editeng/editids.hrc
@@ -42,7 +42,7 @@
#define SID_ATTR_CHAR_STRIKEOUT ( SID_SVX_START + 13 )
#define SID_ATTR_CHAR_UNDERLINE ( SID_SVX_START + 14 )
#define SID_ATTR_CHAR_FONTHEIGHT ( SID_SVX_START + 15 )
-#define SID_ATTR_CHAR_PROPSIZE ( SID_SVX_START + 16 )
+ // free
#define SID_ATTR_CHAR_COLOR ( SID_SVX_START + 17 )
#define SID_ATTR_CHAR_KERNING ( SID_SVX_START + 18 )
#define SID_ATTR_CHAR_CASEMAP ( SID_SVX_START + 19 )