diff options
author | Ocke Janssen <Ocke.Janssen@sun.com> | 2009-11-11 13:57:55 +0100 |
---|---|---|
committer | Ocke Janssen <Ocke.Janssen@sun.com> | 2009-11-11 13:57:55 +0100 |
commit | 2d26cea420271b10f01cd4a69e3b44963113633c (patch) | |
tree | f8f355bf2194e5f8d2a9a517724a7aeab208517a /connectivity/source/parse/sqliterator.cxx | |
parent | 6daca460f9a204748e6feb3a80cee63646ad5b90 (diff) |
#i105086# fix for clob and blob
Diffstat (limited to 'connectivity/source/parse/sqliterator.cxx')
-rw-r--r-- | connectivity/source/parse/sqliterator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/parse/sqliterator.cxx b/connectivity/source/parse/sqliterator.cxx index 26086495be89..6b839f0116dd 100644 --- a/connectivity/source/parse/sqliterator.cxx +++ b/connectivity/source/parse/sqliterator.cxx @@ -1601,7 +1601,6 @@ void OSQLParseTreeIterator::impl_traverse( sal_uInt32 _nIncludeMask ) case SQL_STATEMENT_INSERT: break; default: - OSL_ENSURE( false, "OSQLParseTreeIterator::traverseAll: not yet implemented for this statement type!" ); break; } } |