summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-31 08:01:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-08-31 08:01:01 +0200
commit54644d657d1257a955c94dc7e91c8c2e59c51ff3 (patch)
treee677262c45325d72cf2d6e05ffcf9d36b88fc701 /tools
parent94c76686b5b626cf8f771fc740e51c506c7a11bd (diff)
loplugin:stringconstant: OUStringBuffer: appendAscii -> append
Change-Id: Id44fa2989d13e8a8f98efa29d8ba093812adbd60
Diffstat (limited to 'tools')
-rw-r--r--tools/source/fsys/urlobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/fsys/urlobj.cxx b/tools/source/fsys/urlobj.cxx
index 78aa4fc8cd9a..65f451c78c6e 100644
--- a/tools/source/fsys/urlobj.cxx
+++ b/tools/source/fsys/urlobj.cxx
@@ -1153,7 +1153,7 @@ bool INetURLObject::setAbsURIRef(OUString const & rTheAbsURIRef,
// character is not copied
if (eStyle & (FSYS_UNX | FSYS_DOS))
{
- aSynAbsURIRef.appendAscii("//");
+ aSynAbsURIRef.append("//");
switch (guessFSysStyleByCounting(pPos, pEnd, eStyle))
{
case FSYS_UNX: