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

jvmfwk: Use appropriate OUString functions on string constants

Change-Id: I5a16fdd9217f0523212842650d74f504f17848fd
üst dc8835de
...@@ -1287,8 +1287,8 @@ void addJavaInfosDirScan( ...@@ -1287,8 +1287,8 @@ void addJavaInfosDirScan(
} }
JFW_ENSURE(errNext == File::E_None || errNext == File::E_NOENT, JFW_ENSURE(errNext == File::E_None || errNext == File::E_NOENT,
OUString("[Java framework] sunjavaplugin: ") "[Java framework] sunjavaplugin: "
+ "Error while iterating over contens of " "Error while iterating over contens of "
+ usDir2 + ". Osl file error: " + usDir2 + ". Osl file error: "
+ OUString::number(openErr)); + OUString::number(openErr));
} }
......
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