Tag: cws_src680_dba24c
User: fs      
Date: 2007-09-20 18:33:03+0000
Modified:
   dba/dbaccess/source/core/inc/ContentHelper.hxx

Log:
 during #i80856#: m_xORB -> m_aContext

File Changes:

Directory: /dba/dbaccess/source/core/inc/
=========================================

File [changed]: ContentHelper.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/ContentHelper.hxx?r1=1.8&r2=1.8.40.1
Delta lines:  +17 -9
--------------------
--- ContentHelper.hxx   2007-07-06 07:54:51+0000        1.8
+++ ContentHelper.hxx   2007-09-20 18:33:01+0000        1.8.40.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: ContentHelper.hxx,v $
  *
- *  $Revision: 1.8 $
+ *  $Revision: 1.8.40.1 $
  *
- *  last change: $Author: rt $ $Date: 2007/07/06 07:54:51 $
+ *  last change: $Author: fs $ $Date: 2007/09/20 18:33:01 $
  *
  *  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_BROADCASTHELPER_HXX_
 #include <comphelper/broadcasthelper.hxx>
 #endif
+#ifndef COMPHELPER_COMPONENTCONTEXT_HXX
+#include <comphelper/componentcontext.hxx>
+#endif
 #ifndef _COMPHELPER_UNO3_HXX_
 #include <comphelper/uno3.hxx>
 #endif
@@ -92,6 +95,9 @@
 #ifndef _COM_SUN_STAR_SDBCX_XRENAME_HPP_
 #include <com/sun/star/sdbcx/XRename.hpp>
 #endif
+#ifndef CONNECTIVITY_SQLERROR_HXX
+#include <connectivity/sqlerror.hxx>
+#endif
 #ifndef BOOST_SHARED_PTR_HPP_INCLUDED
 #include <boost/shared_ptr.hpp>
 #endif
@@ -158,8 +164,10 @@
        protected:
                ::cppu::OInterfaceContainerHelper       m_aContentListeners;
                PropertyChangeListenerContainer         
m_aPropertyChangeListeners;
-               ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface >                           
m_xParentContainer;
-               ::com::sun::star::uno::Reference< 
::com::sun::star::lang::XMultiServiceFactory >        m_xORB;
+               ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface >
+                                                m_xParentContainer;
+        const ::comphelper::ComponentContext    m_aContext;
+        const ::connectivity::SQLError          m_aErrorHelper;
                TContentPtr                                             m_pImpl;
                sal_uInt32                                              
m_nCommandId;
                




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

Reply via email to