summaryrefslogtreecommitdiff
path: root/connectivity/source/parse
diff options
context:
space:
mode:
authorPhilipp Weissenbacher <p.weissenbacher@gmail.com>2012-03-05 23:56:13 +0100
committerPhilipp Weissenbacher <p.weissenbacher@gmail.com>2012-03-05 23:56:13 +0100
commit38b510af0a5ed1cd365666af84a062b2e67c00d5 (patch)
tree6fc2f494835f4d60f44ec71e1e060bd21cc12ce8 /connectivity/source/parse
parentb5995754836c864bb38446060e17772c63253e37 (diff)
Finish translating connectivity, fix some whitespace
Diffstat (limited to 'connectivity/source/parse')
-rw-r--r--connectivity/source/parse/sqliterator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/parse/sqliterator.cxx b/connectivity/source/parse/sqliterator.cxx
index c9d001db3bbb..11f95c548560 100644
--- a/connectivity/source/parse/sqliterator.cxx
+++ b/connectivity/source/parse/sqliterator.cxx
@@ -1993,7 +1993,7 @@ const OSQLParseNode* OSQLParseTreeIterator::getOrderTree() const
OSL_ENSURE(pTableExp->count() == TABLE_EXPRESSION_CHILD_COUNT,"OSQLParseTreeIterator: error in parse tree!");
pOrderClause = pTableExp->getChild(ORDER_BY_CHILD_POS);
- // Wenn es aber eine order_by ist, dann darf sie nicht leer sein:
+ // If it is a order_by, it must not be empty
if(pOrderClause->count() != 3)
pOrderClause = NULL;
return pOrderClause;