diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2018-04-08 08:15:31 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2018-04-08 17:05:38 +0200 |
commit | ccc57c8f8fe6a910767f07b0f077fa76fb8db740 (patch) | |
tree | b4f148d89504ed9aff9f88bba5bd96aa9eaa2fe4 /dbaccess | |
parent | 4d4462513dc9c2142bd7cd82b350a240ffaa0ff8 (diff) |
this looks suspicious in light of cleaned up StructuredFilter
Change-Id: I88f9834403e016e849dcd6c46638626b40252cf3
Reviewed-on: https://gerrit.libreoffice.org/52574
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/api/SingleSelectQueryComposer.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx index 9f76150d75ca..f35ee41c1f44 100644 --- a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx +++ b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx @@ -1195,7 +1195,6 @@ bool OSingleSelectQueryComposer::setComparsionPredicate(OSQLParseNode const * pC // Criterion aItem.Handle = getPredicateType(pCondition->getChild(1)); - aValue = pCondition->getChild(1)->getTokenValue(); for(size_t i=0;i< pRhs->count();i++) pRhs->getChild(i)->parseNodeToPredicateStr(aValue, m_xConnection, xFormatter, m_aLocale, static_cast<sal_Char>( m_sDecimalSep.toChar() ) ); |