remove unnecessary double calls to OUString constructor

Change-Id: Ib2690e3ec9987b97363687b61fe8ddae4ace9058
This commit is contained in:
Noel Grandin
2013-12-13 10:54:12 +02:00
parent 08fe82e59c
commit 909b27df48
26 changed files with 41 additions and 43 deletions

View File

@@ -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())