summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
Diffstat (limited to 'svl')
-rw-r--r--svl/source/misc/urihelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/misc/urihelper.cxx b/svl/source/misc/urihelper.cxx
index c20d4766ad9b..402e90b8f4b2 100644
--- a/svl/source/misc/urihelper.cxx
+++ b/svl/source/misc/urihelper.cxx
@@ -243,7 +243,7 @@ OUString normalize(
buf.append(ref->getPathSegment(j));
}
if (ref->hasQuery()) {
- buf.append'?');
+ buf.append('?');
buf.append(ref->getQuery());
}
if (ref->hasFragment()) {