Tag: cws_src680_dba203a
User: fs      
Date: 06/03/16 01:52:52

Modified:
 /dba/dbaccess/source/core/dataaccess/
  databasecontext.cxx

Log:
 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.32.88.1
Delta lines:  +7 -4
-------------------
--- databasecontext.cxx 23 Sep 2005 12:04:37 -0000      1.32
+++ databasecontext.cxx 16 Mar 2006 09:52:48 -0000      1.32.88.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: databasecontext.cxx,v $
  *
- *  $Revision: 1.32 $
+ *  $Revision: 1.32.88.1 $
  *
- *  last change: $Author: hr $ $Date: 2005/09/23 12:04:37 $
+ *  last change: $Author: fs $ $Date: 2006/03/16 09:52:48 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -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]

Reply via email to