summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
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)