From cffac9e59b2460e06ad6d781fa8f428a2a3b56bf Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 10 Jan 2017 08:11:03 +0100 Subject: New loplugin:conststringvar: sax Change-Id: I110325963655391bb6223f132fcaab2b95f3c9e3 --- sax/source/tools/converter.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sax') 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; -- cgit