summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgnode.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-04-28 17:54:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-28 18:26:56 +0200
commitc22ecc18674a8f9f41afa9f6b1364989b18147d7 (patch)
tree446afb65f21734e61798520b3b9498805e01dabe /svgio/source/svgreader/svgnode.cxx
parent0d368642173fa93bb4cdab574423904530bc90a7 (diff)
loplugin:salunicodeliteral: svgio
Change-Id: I98461a30c14d3939e8fd5313a49aa478b39df1c3
Diffstat (limited to 'svgio/source/svgreader/svgnode.cxx')
-rw-r--r--svgio/source/svgreader/svgnode.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgnode.cxx b/svgio/source/svgreader/svgnode.cxx
index 06304f193c72..15cb099537b0 100644
--- a/svgio/source/svgreader/svgnode.cxx
+++ b/svgio/source/svgreader/svgnode.cxx
@@ -92,8 +92,8 @@ namespace svgio
while(nPos < nLen)
{
const sal_Int32 nInitPos(nPos);
- copyToLimiter(rClassList, sal_Unicode(' '), nPos, aToken, nLen);
- skip_char(rClassList, sal_Unicode(' '), nPos, nLen);
+ copyToLimiter(rClassList, u' ', nPos, aToken, nLen);
+ skip_char(rClassList, u' ', nPos, nLen);
const OUString aPart(aToken.makeStringAndClear().trim());
if(aPart.getLength())