summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-27 08:29:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-08-27 08:29:10 +0200
commit8be00a3f757618b98d2407978eec2b8526e33232 (patch)
tree1d0f546afec2a9dcf34e3bb1a76aac16a9fb8606 /editeng
parent475cbbb2596117231d36cf8a847b6d342323a3f8 (diff)
Help GCC
Change-Id: Ibeace7ce7621033cf04e3186c212bbb4a27492a1
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/uno/unotext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/uno/unotext.cxx b/editeng/source/uno/unotext.cxx
index b008c433fe69..87b48a49169f 100644
--- a/editeng/source/uno/unotext.cxx
+++ b/editeng/source/uno/unotext.cxx
@@ -377,7 +377,7 @@ OUString SAL_CALL SvxUnoTextRangeBase::getString()
}
else
{
- return "";
+ return OUString();
}
}