summaryrefslogtreecommitdiff
path: root/sw/inc/hintids.hxx
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 /sw/inc/hintids.hxx
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 'sw/inc/hintids.hxx')
-rw-r--r--sw/inc/hintids.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/hintids.hxx b/sw/inc/hintids.hxx
index 8e254b62ec0f..ec9bfa950bec 100644
--- a/sw/inc/hintids.hxx
+++ b/sw/inc/hintids.hxx
@@ -65,7 +65,7 @@
#define RES_CHRATR_KERNING TypedWhichId<SvxKerningItem>(9)
#define RES_CHRATR_LANGUAGE TypedWhichId<SvxLanguageItem>(10)
#define RES_CHRATR_POSTURE TypedWhichId<SvxPostureItem>(11)
-#define RES_CHRATR_PROPORTIONALFONTSIZE TypedWhichId<SvxPropSizeItem>(12)
+#define RES_CHRATR_UNUSED1 TypedWhichId<SfxVoidItem>(12)
#define RES_CHRATR_SHADOWED TypedWhichId<SvxShadowedItem>(13)
#define RES_CHRATR_UNDERLINE TypedWhichId<SvxUnderlineItem>(14)
#define RES_CHRATR_WEIGHT TypedWhichId<SvxWeightItem>(15)
@@ -73,7 +73,7 @@
#define RES_CHRATR_AUTOKERN TypedWhichId<SvxAutoKernItem>(17)
#define RES_CHRATR_BLINK TypedWhichId<SvxBlinkItem>(18)
#define RES_CHRATR_NOHYPHEN TypedWhichId<SvxNoHyphenItem>(19)
-#define RES_CHRATR_NOLINEBREAK TypedWhichId<SvxNoLinebreakItem>(20)
+#define RES_CHRATR_UNUSED2 TypedWhichId<SfxVoidItem>(20)
#define RES_CHRATR_BACKGROUND TypedWhichId<SvxBrushItem>(21)
#define RES_CHRATR_CJK_FONT TypedWhichId<SvxFontItem>(22)
#define RES_CHRATR_CJK_FONTSIZE TypedWhichId<SvxFontHeightItem>(23)