summaryrefslogtreecommitdiffstats
path: root/sfx2/source/appl/openuriexternally.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-18 13:31:06 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-18 14:12:31 +0100
commit70e56ffe13fb00ff044a43074e99eb70275883b3 (patch)
treece08fc82a84e1d3fa17cb970b38f829c4049ccad /sfx2/source/appl/openuriexternally.cxx
parentsdext: Use appropriate OUString functions on string constants (diff)
downloadcore-70e56ffe13fb00ff044a43074e99eb70275883b3.tar.gz
core-70e56ffe13fb00ff044a43074e99eb70275883b3.zip
sfx2: Use appropriate OUString functions on string constants
Change-Id: Iea55d87a7c7b2afc408e3822121f79234481eccc
Diffstat (limited to 'sfx2/source/appl/openuriexternally.cxx')
-rw-r--r--sfx2/source/appl/openuriexternally.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/appl/openuriexternally.cxx b/sfx2/source/appl/openuriexternally.cxx
index e892c2c6f6b8..ecc347eddd27 100644
--- a/sfx2/source/appl/openuriexternally.cxx
+++ b/sfx2/source/appl/openuriexternally.cxx
@@ -41,8 +41,7 @@ bool sfx2::openUriExternally(
} catch (css::lang::IllegalArgumentException & e) {
if (e.ArgumentPosition != 0) {
throw css::uno::RuntimeException(
- OUString("unexpected IllegalArgumentException: ")
- + e.Message);
+ "unexpected IllegalArgumentException: " + e.Message);
}
SolarMutexGuard g;
MessageDialog eb(