Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: jvmfwk
Change-Id: I23ce970ad67047b0b22a9dda3dff047e5f59dff5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158203 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
@@ -177,8 +177,8 @@ NodeJava::NodeJava(Layer layer):
|
|||||||
|
|
||||||
void NodeJava::load()
|
void NodeJava::load()
|
||||||
{
|
{
|
||||||
static constexpr OStringLiteral sExcMsg("[Java framework] Error in function NodeJava::load"
|
static constexpr OString sExcMsg("[Java framework] Error in function NodeJava::load"
|
||||||
"(elements.cxx).");
|
"(elements.cxx)."_ostr);
|
||||||
if (SHARED == m_layer)
|
if (SHARED == m_layer)
|
||||||
{
|
{
|
||||||
//we do not support yet to write into the shared installation
|
//we do not support yet to write into the shared installation
|
||||||
|
Reference in New Issue
Block a user