Tag: cws_src680_dba24 User: oj Date: 05/02/23 02:18:43 Modified: /dba/dbaccess/source/core/dataaccess/ ModelImpl.cxx
Log: #i42461# change model data source concept File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: ModelImpl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/ModelImpl.cxx?r1=1.1.2.5&r2=1.1.2.6 Delta lines: +2 -15 -------------------- --- ModelImpl.cxx 22 Feb 2005 10:07:19 -0000 1.1.2.5 +++ ModelImpl.cxx 23 Feb 2005 10:18:41 -0000 1.1.2.6 @@ -2,9 +2,9 @@ * * $RCSfile: ModelImpl.cxx,v $ * - * $Revision: 1.1.2.5 $ + * $Revision: 1.1.2.6 $ * - * last change: $Author: oj $ $Date: 2005/02/22 10:07:19 $ + * last change: $Author: oj $ $Date: 2005/02/23 10:18:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -292,19 +292,6 @@ if ( xCon == i->get() ) { *i = OWeakConnection(); -// try -// { -// Reference<XTransactedObject> xTrans(xCon,UNO_QUERY); -// if ( bStore = xTrans.is() ) -// { -// xTrans->commit(); -// bStore = commitEmbeddedStorage(); -// } -// } -// catch(Exception&) -// { -// OSL_ENSURE(0,"Exception Caught: Could not store embedded database!"); -// } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
