connectivity/source/parse/sqlnode.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 05ed7654f8a9ddd5aed89a9bc4bafaf8ffc22086 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed May 1 20:09:05 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Jul 2 08:06:19 2019 +0200 Slight reformatting Change-Id: I0f372656e58338f5292938576f40822061338e70 Reviewed-on: https://gerrit.libreoffice.org/71631 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/connectivity/source/parse/sqlnode.cxx b/connectivity/source/parse/sqlnode.cxx index 82b8c75b60e7..84bc3492ce90 100644 --- a/connectivity/source/parse/sqlnode.cxx +++ b/connectivity/source/parse/sqlnode.cxx @@ -2073,8 +2073,8 @@ void OSQLParseNode::absorptions(OSQLParseNode*& pSearchCondition) pNewNode = pSearchCondition->removeAt(sal_uInt32(0)); replaceAndReset(pSearchCondition,pNewNode); } - // (a or b) and a || ( b or c ) and a - // a and ( a or b) || a and ( b or c ) + // ( a or b ) and a || ( b or c ) and a + // a and ( a or b ) || a and ( b or c ) else if ( SQL_ISRULE(pSearchCondition,boolean_term) && ( ( SQL_ISRULE(pSearchCondition->getChild(nPos = 0),boolean_primary) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits