loplugin:stringconstant: adapt to improved OUStringLiteral1 (connectivity)

Change-Id: I1c9e33d3f4306199320e60cf0eb2970e687576ef
This commit is contained in:
Stephan Bergmann
2016-08-30 15:27:16 +02:00
parent 6f821ca4a1
commit d0cb35f3be

View File

@@ -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;
}