summaryrefslogtreecommitdiff
path: root/l10ntools/source/xmlparse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/xmlparse.cxx')
-rw-r--r--l10ntools/source/xmlparse.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/xmlparse.cxx b/l10ntools/source/xmlparse.cxx
index 55bf4bc7688f..40550bcd6e85 100644
--- a/l10ntools/source/xmlparse.cxx
+++ b/l10ntools/source/xmlparse.cxx
@@ -1083,10 +1083,10 @@ XMLFile *SimpleXMLParser::Execute( const OUString &rFileName, XMLFile* pXMLFileI
aErrorInformation.sMessage += pXMLFile->GetName();
else
aErrorInformation.sMessage += OUString( "XML-File (");
- aErrorInformation.sMessage += OUString::valueOf(
+ aErrorInformation.sMessage += OUString::number(
sal::static_int_cast< sal_Int64 >(aErrorInformation.nLine));
aErrorInformation.sMessage += OUString( ",");
- aErrorInformation.sMessage += OUString::valueOf(
+ aErrorInformation.sMessage += OUString::number(
sal::static_int_cast< sal_Int64 >(aErrorInformation.nColumn));
aErrorInformation.sMessage += OUString( "): ");