diff options
Diffstat (limited to 'starmath/inc/format.hxx')
-rw-r--r-- | starmath/inc/format.hxx | 2 |
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" |