jvmfwk/source/elements.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cbe3899ed9b0fb226bf84c19e6f312e587ce2c03
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Oct 19 10:30:19 2023 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Fri Oct 20 07:58:27 2023 +0200

    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 <sberg...@redhat.com>

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

Reply via email to