diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-26 13:31:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-26 13:31:52 +0000 |
commit | c2327e61da1ab2aa06fcdc0ed20009c7a056ce91 (patch) | |
tree | 2e13afc03e639600afb5843c2ae30afcbbc5e1e2 /connectivity/source/parse/sqliterator.cxx | |
parent | 6d95e5d3481a2c7f5f367cb1fa4dc9a4573301a8 (diff) |
INTEGRATION: CWS dba24a (1.54.6); FILE MERGED
2007/08/30 10:44:41 oj 1.54.6.1: #i78257# wrong assertion
Diffstat (limited to 'connectivity/source/parse/sqliterator.cxx')
-rw-r--r-- | connectivity/source/parse/sqliterator.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/connectivity/source/parse/sqliterator.cxx b/connectivity/source/parse/sqliterator.cxx index 883eb9ce67bf..5de8be730fc4 100644 --- a/connectivity/source/parse/sqliterator.cxx +++ b/connectivity/source/parse/sqliterator.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sqliterator.cxx,v $ * - * $Revision: 1.54 $ + * $Revision: 1.55 $ * - * last change: $Author: hr $ $Date: 2007-07-31 13:39:08 $ + * last change: $Author: hr $ $Date: 2007-09-26 14:31:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1533,7 +1533,8 @@ void OSQLParseTreeIterator::impl_traverse( sal_uInt32 _nIncludeMask ) traverseCreateColumns(pCreateNode); } break; - + case SQL_STATEMENT_INSERT: + break; default: OSL_ENSURE( false, "OSQLParseTreeIterator::traverseAll: not yet implemented for this statement type!" ); break; |