Tag: cws_src680_qiq User: fs Date: 06/05/10 05:40:45 Modified: /dba/dbaccess/source/core/inc/ SingleSelectQueryComposer.hxx
Log: #i51143# m_xTables -> m_xConnectionTables, to better distinct them from our own tables (which are part of the statement) File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: SingleSelectQueryComposer.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/SingleSelectQueryComposer.hxx?r1=1.6.20.1&r2=1.6.20.2 Delta lines: +3 -3 ------------------- --- SingleSelectQueryComposer.hxx 10 May 2006 10:57:34 -0000 1.6.20.1 +++ SingleSelectQueryComposer.hxx 10 May 2006 12:40:42 -0000 1.6.20.2 @@ -4,9 +4,9 @@ * * $RCSfile: SingleSelectQueryComposer.hxx,v $ * - * $Revision: 1.6.20.1 $ + * $Revision: 1.6.20.2 $ * - * last change: $Author: fs $ $Date: 2006/05/10 10:57:34 $ + * last change: $Author: fs $ $Date: 2006/05/10 12:40:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -131,7 +131,7 @@ ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection> m_xConnection; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData> m_xMetaData; - ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess> m_xTables; + ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess> m_xConnectionTables; ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier > m_xNumberFormatsSupplier; ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess> m_xColumns; ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xServiceFactory; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
