summaryrefslogtreecommitdiff
path: root/stoc/source/uriproc/UriReference.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/uriproc/UriReference.cxx')
-rw-r--r--stoc/source/uriproc/UriReference.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/uriproc/UriReference.cxx b/stoc/source/uriproc/UriReference.cxx
index 312203d78587..3544b60e2c96 100644
--- a/stoc/source/uriproc/UriReference.cxx
+++ b/stoc/source/uriproc/UriReference.cxx
@@ -184,7 +184,7 @@ void UriReference::clearFragment() throw (css::uno::RuntimeException) {
void UriReference::appendSchemeSpecificPart(OUStringBuffer & buffer) const
{
if (m_hasAuthority) {
- buffer.appendAscii(RTL_CONSTASCII_STRINGPARAM("//"));
+ buffer.append("//");
buffer.append(m_authority);
}
buffer.append(m_path);