forked from amazingfate/loongoffice
tdf#101185 OString concatanations for efficiently coding
Change-Id: I1d3dd633b7de2dcd64f6cde892da3a5f02fcf80d Reviewed-on: https://gerrit.libreoffice.org/27844 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
This commit is contained in:
@ -102,9 +102,9 @@ namespace dbaccess
|
||||
return new ConfigItemSetImport( m_rSettings );
|
||||
|
||||
#if OSL_DEBUG_LEVEL > 0
|
||||
OString sMessage( "unknown (or unsupported at this place) element name '" );
|
||||
sMessage += OUStringToOString( i_rElementName, RTL_TEXTENCODING_UTF8 );
|
||||
sMessage += "', ignoring";
|
||||
OString sMessage = "unknown (or unsupported at this place) element name '"
|
||||
+ OUStringToOString( i_rElementName, RTL_TEXTENCODING_UTF8 )
|
||||
+ "', ignoring";
|
||||
OSL_FAIL( sMessage.getStr() );
|
||||
#endif
|
||||
return new IgnoringSettingsImport;
|
||||
|
||||
Reference in New Issue
Block a user