summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/RowSetCache.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-10-20 16:41:18 +0200
committerKurt Zenker <kz@openoffice.org>2010-10-20 16:41:18 +0200
commit24f16a97ded3a16c9ed3cbc0497ec00cc6c1076b (patch)
tree009de92b936eb4cfc459c94e010d5090e83b95fe /dbaccess/source/core/api/RowSetCache.cxx
parent65dc8ada712a15d43e01e11b8e378b7044feb4d4 (diff)
parentd39c01b36b9ec0af3272763e2f9418277beb8a55 (diff)
CWS-TOOLING: integrate CWS dba33k
Notes
split repo tag: base_ooo/OOO330_m12 split repo tag: base_ooo/OOO330_m13 split repo tag: base_ooo/OOO330_m14 split repo tag: base_ooo/OOO330_m15 split repo tag: base_ooo/OOO330_m16 split repo tag: base_ooo/OOO330_m17 split repo tag: base_ooo/OOO330_m18 split repo tag: base_ooo/OOO330_m19 split repo tag: base_ooo/OOO330_m20
Diffstat (limited to 'dbaccess/source/core/api/RowSetCache.cxx')
-rw-r--r--dbaccess/source/core/api/RowSetCache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/RowSetCache.cxx b/dbaccess/source/core/api/RowSetCache.cxx
index be9984938e01..e4e468b13779 100644
--- a/dbaccess/source/core/api/RowSetCache.cxx
+++ b/dbaccess/source/core/api/RowSetCache.cxx
@@ -188,7 +188,7 @@ ORowSetCache::ORowSetCache(const Reference< XResultSet >& _xRs,
}
catch(const Exception&)
{
- DBG_UNHANDLED_EXCEPTION();
+ // DBG_UNHANDLED_EXCEPTION();
}
m_pCacheSet = NULL;
m_xCacheSet.clear();