Kaydet (Commit) 43e889da authored tarafından Stephan Bergmann's avatar Stephan Bergmann

jvmaccess: Use appropriate OUString functions on string constants

Change-Id: I57b6de337eae1dcd8bc08f51ba9be36b61d5c470
üst e7d6a1d2
......@@ -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);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment