summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-10-22 07:42:03 +0000
committerRüdiger Timm <rt@openoffice.org>2004-10-22 07:42:03 +0000
commit4a2b188bf41a28980e51b33b4cdb593eee2dbc60 (patch)
tree6cf6f1c54a09565658d279ae99e2768637104495
parent73ce24dc09f249b1b9b823f3d7474e388d30ea6e (diff)
INTEGRATION: CWS dba16 (1.12.226); FILE MERGED
2004/10/11 06:12:25 oj 1.12.226.1: #i32931# remove the weak interface, refcount handled by parent
-rw-r--r--connectivity/source/drivers/adabas/BUsers.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/adabas/BUsers.cxx b/connectivity/source/drivers/adabas/BUsers.cxx
index ee36ff0bfbe7..66811caad910 100644
--- a/connectivity/source/drivers/adabas/BUsers.cxx
+++ b/connectivity/source/drivers/adabas/BUsers.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: BUsers.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: oj $ $Date: 2001-10-12 11:39:41 $
+ * last change: $Author: rt $ $Date: 2004-10-22 08:42:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -161,7 +161,7 @@ void OUsers::dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName)
if(xRow->getString(1) == sDbaUser)
{
::comphelper::disposeComponent(xStmt);
- ::dbtools::throwGenericSQLException(::rtl::OUString::createFromAscii("This user couldn't be deleted. Otherwise the database stays in a inconsistent state."),*this);
+ ::dbtools::throwGenericSQLException(::rtl::OUString::createFromAscii("This user couldn't be deleted. Otherwise the database stays in a inconsistent state."),static_cast<XTypeProvider*>(this));
}
}
::comphelper::disposeComponent(xStmt);