Tag: cws_src680_dba24c User: fs Date: 2007-09-18 12:57:06+0000 Modified: dba/dbaccess/source/core/dataaccess/connection.cxx
Log: during #i81095#: moved SingleSelectQueryComposer from XMultiServiceFactory to ::comphelper::ComponentContext File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: connection.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/connection.cxx?r1=1.51&r2=1.51.132.1 Delta lines: +4 -4 ------------------- --- connection.cxx 2006-10-05 12:58:37+0000 1.51 +++ connection.cxx 2007-09-18 12:57:03+0000 1.51.132.1 @@ -4,9 +4,9 @@ * * $RCSfile: connection.cxx,v $ * - * $Revision: 1.51 $ + * $Revision: 1.51.132.1 $ * - * last change: $Author: kz $ $Date: 2006/10/05 12:58:37 $ + * last change: $Author: fs $ $Date: 2007/09/18 12:57:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -724,7 +724,7 @@ || ( _sServiceSpecifier.equalsAscii( "com.sun.star.sdb.SingleSelectQueryAnalyzer" ) ) ) { - xRet = new OSingleSelectQueryComposer( getTables(),this, m_aContext.getLegacyServiceFactory() ); + xRet = new OSingleSelectQueryComposer( getTables(),this, m_aContext ); m_aComposers.push_back(WeakReferenceHelper(xRet)); } return Reference< XInterface >(xRet,UNO_QUERY); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
