Tag: cws_src680_dba24 User: oj Date: 05/03/04 05:09:45 Modified: /dba/dbaccess/source/filter/xml/ xmlDatabase.cxx, xmlExport.cxx
Log: #i42460# changes for the separation of datasource and database document(model) File Changes: Directory: /dba/dbaccess/source/filter/xml/ =========================================== File [changed]: xmlDatabase.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/xmlDatabase.cxx?r1=1.2.80.1&r2=1.2.80.2 Delta lines: +4 -4 ------------------- --- xmlDatabase.cxx 18 Feb 2005 12:44:40 -0000 1.2.80.1 +++ xmlDatabase.cxx 4 Mar 2005 13:09:42 -0000 1.2.80.2 @@ -2,9 +2,9 @@ * * $RCSfile: xmlDatabase.cxx,v $ * - * $Revision: 1.2.80.1 $ + * $Revision: 1.2.80.2 $ * - * last change: $Author: oj $ $Date: 2005/02/18 12:44:40 $ + * last change: $Author: oj $ $Date: 2005/03/04 13:09:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -157,7 +157,7 @@ case XML_TOK_TABLES: { GetOwnImport().GetProgressBarHelper()->Increment( PROGRESS_BAR_STEP ); - Reference<XTablesSupplier> xSup(GetOwnImport().GetModel(),UNO_QUERY); + Reference<XTablesSupplier> xSup(GetOwnImport().getDataSource(),UNO_QUERY); if ( xSup.is() ) pContext = new OXMLDocuments( GetOwnImport(), nPrefix, rLocalName,xSup->getTables()); } File [changed]: xmlExport.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/xmlExport.cxx?r1=1.4.20.1&r2=1.4.20.2 Delta lines: +4 -4 ------------------- --- xmlExport.cxx 18 Feb 2005 12:44:40 -0000 1.4.20.1 +++ xmlExport.cxx 4 Mar 2005 13:09:42 -0000 1.4.20.2 @@ -2,9 +2,9 @@ * * $RCSfile: xmlExport.cxx,v $ * - * $Revision: 1.4.20.1 $ + * $Revision: 1.4.20.2 $ * - * last change: $Author: oj $ $Date: 2005/02/18 12:44:40 $ + * last change: $Author: oj $ $Date: 2005/03/04 13:09:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -864,7 +864,7 @@ // ----------------------------------------------------------------------------- void ODBExport::exportTables(sal_Bool _bExportContext) { - Reference<XTablesSupplier> xSup(GetModel(),UNO_QUERY); + Reference<XTablesSupplier> xSup(getDataSource(),UNO_QUERY); if ( xSup.is() ) { Reference< XNameAccess > xCollection = xSup->getTables(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
