diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-20 11:45:02 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-20 11:45:02 +0200 |
commit | cb85f1c6ab6751920db838597fd502648a75572c (patch) | |
tree | 9b2f6ce2e53a50c688ef46c72d343077d7a1abe9 /connectivity/source/parse/sqliterator.cxx | |
parent | 83f5469438e0e9f5f950761de05080b20694ede3 (diff) |
loplugin:defaultparams
Change-Id: I7e232e92cc9d058f93eff9f7249e37ed3a9cd9ac
Diffstat (limited to 'connectivity/source/parse/sqliterator.cxx')
-rw-r--r-- | connectivity/source/parse/sqliterator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/parse/sqliterator.cxx b/connectivity/source/parse/sqliterator.cxx index 79b6e847b681..e7faecfc987a 100644 --- a/connectivity/source/parse/sqliterator.cxx +++ b/connectivity/source/parse/sqliterator.cxx @@ -986,7 +986,7 @@ bool OSQLParseTreeIterator::traverseSelectColumnNames(const OSQLParseNode* pSele SQL_ISRULE(pColumnRef,num_value_exp) || SQL_ISRULE(pColumnRef,term))*/ { // Function call present - pColumnRef->parseNodeToStr( sColumnName, m_pImpl->m_xConnection, NULL ); + pColumnRef->parseNodeToStr( sColumnName, m_pImpl->m_xConnection ); // check if the column is also a parameter traverseSearchCondition(pColumnRef); // num_value_exp |