summaryrefslogtreecommitdiff
path: root/jvmfwk/source/fwkutil.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-11-19 20:41:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2023-11-20 07:26:38 +0100
commitcdb5f9595f2eb6a4d5f28c19380bcacc6d2b550b (patch)
treed93579abe7e4e9b6b4d083fd0702b28525becb0a /jvmfwk/source/fwkutil.cxx
parent042a87dbd1172ea81b7d2df1f890684687e25f56 (diff)
Extended loplugin:ostr: jvmfwk
Change-Id: Ibb17d89a5ed618b4d5e6be9ac9ee89e2751c3ed7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159696 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'jvmfwk/source/fwkutil.cxx')
-rw-r--r--jvmfwk/source/fwkutil.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/source/fwkutil.cxx b/jvmfwk/source/fwkutil.cxx
index 89cb2e5415cb..0c3c8f4beb3d 100644
--- a/jvmfwk/source/fwkutil.cxx
+++ b/jvmfwk/source/fwkutil.cxx
@@ -150,7 +150,7 @@ OUString getLibraryLocation()
reinterpret_cast< oslGenericFunction >(getLibraryLocation),
libraryFileUrl))
throw FrameworkException(JFW_E_ERROR,
- "[Java framework] Error in function getLibraryLocation (fwkutil.cxx).");
+ "[Java framework] Error in function getLibraryLocation (fwkutil.cxx)."_ostr);
return getDirFromFile(libraryFileUrl);
}