loplugin:stringconstant: adapt to improved OUStringLiteral1 (connectivity)
Change-Id: I1c9e33d3f4306199320e60cf0eb2970e687576ef
This commit is contained in:
@@ -680,7 +680,7 @@ bool OFlatTable::fetchRow(OValueRefRow& _rRow, const OSQLColumns & _rCols, bool
|
||||
else
|
||||
{
|
||||
if ( cThousandDelimiter )
|
||||
aStrConverted = aStr.replaceAll(OUString(cThousandDelimiter), "");
|
||||
aStrConverted = aStr.replaceAll(OUStringLiteral1(cThousandDelimiter), "");
|
||||
else
|
||||
aStrConverted = aStr;
|
||||
}
|
||||
|
Reference in New Issue
Block a user