From 730a704f7fa78ef340925eea163525a7ae5be224 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 20 Nov 2023 07:31:30 +0100 Subject: Extended loplugin:ostr: bridges Change-Id: I8eefb64e75933ea9a4fbadb501182fc61bbf11b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159727 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- bridges/source/jni_uno/jni_info.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridges') diff --git a/bridges/source/jni_uno/jni_info.cxx b/bridges/source/jni_uno/jni_info.cxx index 0195ed9d1300..a48412897d1b 100644 --- a/bridges/source/jni_uno/jni_info.cxx +++ b/bridges/source/jni_uno/jni_info.cxx @@ -297,7 +297,7 @@ JNI_compound_type_info::JNI_compound_type_info( && reinterpret_cast< typelib_StructTypeDescription * >( td)->pParameterizedTypes[nPos]) { - sig = OString( "Ljava/lang/Object;" ); + sig = "Ljava/lang/Object;"_ostr; } else { OStringBuffer sig_buf( 32 ); JNI_info::append_sig( &sig_buf, td->ppTypeRefs[ nPos ] ); -- cgit