diff options
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/tools/converter.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sax/source/tools/converter.cxx b/sax/source/tools/converter.cxx index 32e1ceb79335..7f2069bba9a6 100644 --- a/sax/source/tools/converter.cxx +++ b/sax/source/tools/converter.cxx @@ -44,11 +44,11 @@ using namespace ::com::sun::star::i18n; namespace sax { -static const sal_Char* gpsMM = "mm"; -static const sal_Char* gpsCM = "cm"; -static const sal_Char* gpsPT = "pt"; -static const sal_Char* gpsINCH = "in"; -static const sal_Char* gpsPC = "pc"; +static const sal_Char* const gpsMM = "mm"; +static const sal_Char* const gpsCM = "cm"; +static const sal_Char* const gpsPT = "pt"; +static const sal_Char* const gpsINCH = "in"; +static const sal_Char* const gpsPC = "pc"; const sal_Int8 XML_MAXDIGITSCOUNT_TIME = 14; |