From 4a2b188bf41a28980e51b33b4cdb593eee2dbc60 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 22 Oct 2004 07:42:03 +0000 Subject: 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 --- connectivity/source/drivers/adabas/BUsers.cxx | 6 +++--- 1 file 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(this)); } } ::comphelper::disposeComponent(xStmt); -- cgit