From 54a8e708b4822f6887b5d18af39ccb87387e0774 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 12 Jan 2018 20:25:09 +0100 Subject: More loplugin:cstylecast: editeng auto-rewrite with "Enable loplugin:cstylecast for some more cases" plus solenv/clang-format/reformat-formatted-files Change-Id: I09a4d688e6f3c1ecbe05a7d27ebd955e8ba1eb65 --- include/editeng/fhgtitem.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/editeng/fhgtitem.hxx') diff --git a/include/editeng/fhgtitem.hxx b/include/editeng/fhgtitem.hxx index a982e7a41e90..799c17cc6da3 100644 --- a/include/editeng/fhgtitem.hxx +++ b/include/editeng/fhgtitem.hxx @@ -33,8 +33,8 @@ class SvXMLUnitConverter; This item describes the font height */ -#define FONTHEIGHT_16_VERSION ((sal_uInt16)0x0001) -#define FONTHEIGHT_UNIT_VERSION ((sal_uInt16)0x0002) +#define FONTHEIGHT_16_VERSION (sal_uInt16(0x0001)) +#define FONTHEIGHT_UNIT_VERSION (sal_uInt16(0x0002)) class EDITENG_DLLPUBLIC SvxFontHeightItem : public SfxPoolItem { -- cgit