summaryrefslogtreecommitdiff
path: root/starmath/inc/format.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-02-01 18:36:48 +0900
committerCaolán McNamara <caolanm@redhat.com>2016-02-02 12:25:22 +0000
commit59aee037e3cf33b253b6f5ebafe3872e420d3408 (patch)
treea87e34df34940bd290aac86557f5232f1f7b2373 /starmath/inc/format.hxx
parent3534e361405ed86ce3534b0a85234d6431a88aaa (diff)
starmath: Avoid C-style cast
Change-Id: Ie8ae44e1b90796033847a892474f4de64e7f9328 Reviewed-on: https://gerrit.libreoffice.org/21984 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/inc/format.hxx')
-rw-r--r--starmath/inc/format.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/format.hxx b/starmath/inc/format.hxx
index dccdded3879c..af1b24a0291f 100644
--- a/starmath/inc/format.hxx
+++ b/starmath/inc/format.hxx
@@ -26,7 +26,7 @@
#include <types.hxx>
-#define SM_FMT_VERSION_51 ((sal_uInt8) 0x01)
+#define SM_FMT_VERSION_51 (sal_uInt8(0x01))
#define SM_FMT_VERSION_NOW SM_FMT_VERSION_51
#define FNTNAME_TIMES "Times New Roman"