summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-08-30 15:28:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-08-30 15:28:39 +0200
commit79a410daa9fbdc22eef2a0a4e4da4597c2071c4b (patch)
treeda3f416c73a9d49bfd4b25aa282b828ea2b0b71d /sax
parent0cdfe1cdc167b355e3f88cb1c693210d074bf546 (diff)
loplugin:stringconstant: adapt to improved OUStringLiteral1 (sax)
Change-Id: Ia39a4f4689ae0d6e2b7303a89251634bfe0eeb2f
Diffstat (limited to 'sax')
-rw-r--r--sax/source/tools/converter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/tools/converter.cxx b/sax/source/tools/converter.cxx
index dc21f057e38c..32e1ceb79335 100644
--- a/sax/source/tools/converter.cxx
+++ b/sax/source/tools/converter.cxx
@@ -820,7 +820,7 @@ bool Converter::convertDuration(double& rfTime,
}
else
{
- sDoubleStr += OUString(c);
+ sDoubleStr += OUStringLiteral1(c);
}
}
}