diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-16 17:29:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-16 17:29:05 +0100 |
commit | 43e889da0229ee62774f9d359f48046682295402 (patch) | |
tree | f32b9ceb2b70ab6e123be24d9f67b6b705850604 /jvmaccess | |
parent | e7d6a1d238b16d1e9de0308a9c9ad35e6d30bcee (diff) |
jvmaccess: Use appropriate OUString functions on string constants
Change-Id: I57b6de337eae1dcd8bc08f51ba9be36b61d5c470
Diffstat (limited to 'jvmaccess')
-rw-r--r-- | jvmaccess/source/classpath.cxx | 2 |
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); } } |