Tag: cws_src680_dba24c
User: fs      
Date: 2007-09-18 12:57:11+0000
Modified:
   dba/dbaccess/source/core/inc/SingleSelectQueryComposer.hxx

Log:
 during #i81095#: moved from XMultiServiceFactory to 
::comphelper::ComponentContext

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.7&r2=1.7.184.1
Delta lines:  +8 -5
-------------------
--- SingleSelectQueryComposer.hxx       2006-07-10 15:12:10+0000        1.7
+++ SingleSelectQueryComposer.hxx       2007-09-18 12:57:08+0000        
1.7.184.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: SingleSelectQueryComposer.hxx,v $
  *
- *  $Revision: 1.7 $
+ *  $Revision: 1.7.184.1 $
  *
- *  last change: $Author: obo $ $Date: 2006/07/10 15:12:10 $
+ *  last change: $Author: fs $ $Date: 2007/09/18 12:57:08 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -77,6 +77,9 @@
 #ifndef _COMPHELPER_PROPERTYCONTAINER_HXX_
 #include <comphelper/propertycontainer.hxx>
 #endif
+#ifndef COMPHELPER_COMPONENTCONTEXT_HXX
+#include <comphelper/componentcontext.hxx>
+#endif
 
 #include <memory>
 
@@ -134,7 +137,7 @@
                ::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;
+        ::comphelper::ComponentContext                                         
             m_aContext;
                ::com::sun::star::uno::Reference< 
::com::sun::star::script::XTypeConverter >            m_xTypeConverter;
 
                ::std::vector<OPrivateColumns*>                 
m_aCurrentColumns;
@@ -225,7 +228,7 @@
 
                OSingleSelectQueryComposer(     const 
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess>& 
_xTableSupplier,
                                                const 
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& 
_xConnection,
-                                               const 
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory 
>& _xServiceFactory);
+                        const ::comphelper::ComponentContext& _rContext);
 
 
                enum BoolComparison




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to