summaryrefslogtreecommitdiff
path: root/connectivity/source/parse
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-07 14:29:08 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-07 14:29:08 +0100
commit5cef76ee88349a9add7b011c46f94124a4f37ffe (patch)
tree9bad77da15dc651e42e2a669e8c16fd816d9229b /connectivity/source/parse
parentb926321f4b3e4386e0d1ed4a2795477bd0f2e727 (diff)
parentcbcec4a8a16a62438238b41470eba33ed5dfc780 (diff)
dba34c: merge
Diffstat (limited to 'connectivity/source/parse')
-rw-r--r--connectivity/source/parse/sqlnode.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/connectivity/source/parse/sqlnode.cxx b/connectivity/source/parse/sqlnode.cxx
index 77c7118a1d38..9a3abb0d4fc2 100644
--- a/connectivity/source/parse/sqlnode.cxx
+++ b/connectivity/source/parse/sqlnode.cxx
@@ -2525,9 +2525,8 @@ void OSQLParseNode::parseLeaf(::rtl::OUStringBuffer& rString, const SQLParseNode
rString.append(aTmp);
} break;
-
case SQL_NODE_PUNCTUATION:
- if ( getParent() && SQL_ISRULE(getParent(),cast_spec) && m_aNodeValue.toChar() == '(' ) // no spaces in front of '(' or after ')'
+ if ( getParent() && SQL_ISRULE(getParent(),cast_spec) && m_aNodeValue.toChar() == '(' ) // no spaces in front of '('
{
rString.append(m_aNodeValue);
break;