summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-10-19 10:30:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2023-10-20 07:58:27 +0200
commitcbe3899ed9b0fb226bf84c19e6f312e587ce2c03 (patch)
treebe7694700c9c9993017332ccd9013066fdc555b0 /jvmfwk
parent6e4d3c3476fb60116fc7100a30a30ae15f60ce62 (diff)
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>
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/source/elements.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/jvmfwk/source/elements.cxx b/jvmfwk/source/elements.cxx
index ebbf8abf0fd2..57b500c56d56 100644
--- a/jvmfwk/source/elements.cxx
+++ b/jvmfwk/source/elements.cxx
@@ -177,8 +177,8 @@ NodeJava::NodeJava(Layer layer):
void NodeJava::load()
{
- static constexpr OStringLiteral sExcMsg("[Java framework] Error in function NodeJava::load"
- "(elements.cxx).");
+ static constexpr OString sExcMsg("[Java framework] Error in function NodeJava::load"
+ "(elements.cxx)."_ostr);
if (SHARED == m_layer)
{
//we do not support yet to write into the shared installation