summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ext
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-31 08:00:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-08-31 08:00:56 +0200
commit94c76686b5b626cf8f771fc740e51c506c7a11bd (patch)
treee0ef40c7dfe04cef0ba0278ca6ef965f8d3d3bcd /ucb/source/ucp/ext
parentc168ff9c5e5a81cb610ebd1f4a2b763df51e17a2 (diff)
loplugin:stringconstant: OUStringBuffer: appendAscii -> append
Change-Id: I18420ed24918d77be30a1b4b3a7d55f5299fb82e
Diffstat (limited to 'ucb/source/ucp/ext')
-rw-r--r--ucb/source/ucp/ext/ucpext_provider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/ext/ucpext_provider.cxx b/ucb/source/ucp/ext/ucpext_provider.cxx
index eb253161b406..ce0735e26ba3 100644
--- a/ucb/source/ucp/ext/ucpext_provider.cxx
+++ b/ucb/source/ucp/ext/ucpext_provider.cxx
@@ -145,7 +145,7 @@ namespace ucb { namespace ucp { namespace ext
if ( sRemaining.isEmpty() )
{
// the root content is a special case, it requires /
- aComposer.appendAscii( "//" );
+ aComposer.append( "//" );
}
else
{