remove unnecessary double calls to OUString constructor
Change-Id: Ib2690e3ec9987b97363687b61fe8ddae4ace9058
This commit is contained in:
@@ -1747,7 +1747,7 @@ sal_Bool OSQLParseNode::addDateValue(OUStringBuffer& rString, const SQLParseNode
|
||||
SQL_ISTOKEN(pODBCNodeChild, T) ||
|
||||
SQL_ISTOKEN(pODBCNodeChild, TS) ))
|
||||
{
|
||||
OUString suQuote(OUString("'"));
|
||||
OUString suQuote("'");
|
||||
if (rParam.bPredicate)
|
||||
{
|
||||
if (rParam.aMetaData.shouldEscapeDateTime())
|
||||
|
Reference in New Issue
Block a user