summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-01-22 12:11:31 +0100
committerMichael Stahl <mstahl@redhat.com>2015-01-22 13:58:09 +0100
commitf0d6e0e1e21afd0adf5bd01d771b2d83d8f13a48 (patch)
treeb44d043143b082cf8d6e82d183da35bcf624eac0 /sax
parentd7032371cfc1335073b68b00c0ccab63e244f353 (diff)
sax: there is no OUStringBuffer(char) ctor
Change-Id: I1811dead8f104a445bfee9282a60ecedeca872ed
Diffstat (limited to 'sax')
-rw-r--r--sax/source/fastparser/fastparser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx
index de5a5ea872a9..0f76a30342ef 100644
--- a/sax/source/fastparser/fastparser.cxx
+++ b/sax/source/fastparser/fastparser.cxx
@@ -546,7 +546,7 @@ OUString lclGetErrorMessage( xmlParserCtxtPtr ctxt, const OUString& sSystemId, s
pMessage = error->message;
else
pMessage = "unknown error";
- OUStringBuffer aBuffer( '[' );
+ OUStringBuffer aBuffer( "[" );
aBuffer.append( sSystemId );
aBuffer.append( " line " );
aBuffer.append( nLine );