summaryrefslogtreecommitdiff
path: root/jvmaccess/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-16 17:29:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-16 17:29:05 +0100
commit43e889da0229ee62774f9d359f48046682295402 (patch)
treef32b9ceb2b70ab6e123be24d9f67b6b705850604 /jvmaccess/source
parente7d6a1d238b16d1e9de0308a9c9ad35e6d30bcee (diff)
jvmaccess: Use appropriate OUString functions on string constants
Change-Id: I57b6de337eae1dcd8bc08f51ba9be36b61d5c470
Diffstat (limited to 'jvmaccess/source')
-rw-r--r--jvmaccess/source/classpath.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmaccess/source/classpath.cxx b/jvmaccess/source/classpath.cxx
index bcbfce1dabb2..d01e9cebfb1f 100644
--- a/jvmaccess/source/classpath.cxx
+++ b/jvmaccess/source/classpath.cxx
@@ -68,7 +68,7 @@ void * ::jvmaccess::ClassPath::doTranslateToUrls(
url = expUrl->expand( expander );
} catch (const css::lang::IllegalArgumentException & e) {
throw css::uno::RuntimeException(
- OUString("com.sun.star.lang.IllegalArgumentException: ")
+ "com.sun.star.lang.IllegalArgumentException: "
+ e.Message);
}
}