svl/source/misc/urihelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 66e173eb4456639ecd2e75fbb23a557a5b7c5932
Author: Noel Grandin <[email protected]>
Date:   Tue Jan 7 10:04:50 2014 +0200

    Fix typo in my commit
    
    Fix typo in my commit 82625bb98e256b83351328d3bf2a14e3dd244eef
    "remove unnecessary sal_Unicode casts in OUStringBuffer::append calls"
    
    Change-Id: I593c6a8ce5be3d4e2783acd3800626d7eb9a0480

diff --git a/svl/source/misc/urihelper.cxx b/svl/source/misc/urihelper.cxx
index c20d476..402e90b 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()) {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to