summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-19 09:48:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-19 10:03:51 +0100
commit4524c5dd47b90701e7f068c2978454828f646414 (patch)
treef2d431f18f4d7a1b2dd9916e9dd86b4bf15dbe15 /desktop
parent3860bff1013f9608b934c4cdb9ddb8d2dbbc3e52 (diff)
desktop: Use appropriate OUString functions on string constants
Change-Id: I8a7d6609466f450e0bb998457d8bf16525152091
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 40cc46784175..b3593d069ebf 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -293,7 +293,7 @@ static LibreOfficeKitDocument* lo_documentLoad(LibreOfficeKit* pThis, const char
OUString aURL = getAbsoluteURL(pURL);
- pLib->maLastExceptionMsg = "";
+ pLib->maLastExceptionMsg.clear();
if (!xContext.is())
{