summaryrefslogtreecommitdiff
path: root/connectivity/source/parse/sqliterator.cxx
diff options
context:
space:
mode:
authorOcke Janssen <Ocke.Janssen@sun.com>2009-11-11 13:57:55 +0100
committerOcke Janssen <Ocke.Janssen@sun.com>2009-11-11 13:57:55 +0100
commit2d26cea420271b10f01cd4a69e3b44963113633c (patch)
treef8f355bf2194e5f8d2a9a517724a7aeab208517a /connectivity/source/parse/sqliterator.cxx
parent6daca460f9a204748e6feb3a80cee63646ad5b90 (diff)
#i105086# fix for clob and blob
Diffstat (limited to 'connectivity/source/parse/sqliterator.cxx')
-rw-r--r--connectivity/source/parse/sqliterator.cxx1
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;
}
}