summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-01 20:09:05 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-02 08:06:19 +0200
commit05ed7654f8a9ddd5aed89a9bc4bafaf8ffc22086 (patch)
treea2d685877af5dc1542006a9ac01e2515a3e8abc7 /connectivity
parent2fd7e4300367754b6d08ff1ebb96970ef91966b6 (diff)
Slight reformatting
Change-Id: I0f372656e58338f5292938576f40822061338e70 Reviewed-on: https://gerrit.libreoffice.org/71631 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/parse/sqlnode.cxx4
1 files changed, 2 insertions, 2 deletions
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)