diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-01-15 09:00:57 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-01-15 09:00:57 +0100 |
commit | 9dab60931e65220049b7c39579a57aebf0f9de5e (patch) | |
tree | 14ca37e3f41ee344e010334f69806afbe6317d15 /xmloff/source/text/txtvfldi.cxx | |
parent | b5ed99e5a5adc097283f1409a06d770949fb22af (diff) |
More loplugin:cstylecast: xmloff
Change-Id: I870bc9fd1c7361913b073411065ec723f6b080da
Diffstat (limited to 'xmloff/source/text/txtvfldi.cxx')
-rw-r--r-- | xmloff/source/text/txtvfldi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtvfldi.cxx b/xmloff/source/text/txtvfldi.cxx index b47bb9b59654..b45ffe132f47 100644 --- a/xmloff/source/text/txtvfldi.cxx +++ b/xmloff/source/text/txtvfldi.cxx @@ -1084,7 +1084,7 @@ static SvXMLEnumMapEntry<ValueType> const aValueTypeMap[] = { XML_TIME, XML_VALUE_TYPE_TIME }, { XML_BOOLEAN, XML_VALUE_TYPE_BOOLEAN }, { XML_STRING, XML_VALUE_TYPE_STRING }, - { XML_TOKEN_INVALID, (ValueType)0 } + { XML_TOKEN_INVALID, ValueType(0) } }; XMLValueImportHelper::XMLValueImportHelper( |