User: obo Date: 06/03/29 04:33:35 Modified: /dba/dbaccess/source/core/dataaccess/ databasecontext.cxx
Log: INTEGRATION: CWS dba203a (1.32.88); FILE MERGED 2006/03/16 09:52:48 fs 1.32.88.1: minor change in course of #i63162# File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: databasecontext.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/databasecontext.cxx?r1=1.32&r2=1.33 Delta lines: +4 -1 ------------------- --- databasecontext.cxx 23 Sep 2005 12:04:37 -0000 1.32 +++ databasecontext.cxx 29 Mar 2006 12:33:33 -0000 1.33 @@ -91,6 +91,9 @@ #ifndef _COMPHELPER_ENUMHELPER_HXX_ #include <comphelper/enumhelper.hxx> #endif +#ifndef UNOTOOLS_INC_SHAREDUNOCOMPONENT_HXX +#include <unotools/sharedunocomponent.hxx> +#endif #ifndef _TOOLS_DEBUG_HXX //autogen #include <tools/debug.hxx> #endif @@ -401,7 +404,7 @@ // calls registerPrivate in attachResource xModel->attachResource(_sURL,aArgs); - SharedUNOComponent< XModel, CloseableComponent > aEnsureClose( xModel, SharedUNOComponent< XModel, CloseableComponent >::TakeOwnership ); + ::utl::CloseableComponent aEnsureClose( xModel ); } setTransientProperties(_sURL,xExistent); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
