User: rt      
Date: 2007-07-06 08:24:43+0000
Modified:
   dba/dbaccess/source/ui/inc/TableController.hxx

Log:
 INTEGRATION: CWS oj14 (1.35.8); FILE MERGED
 2006/11/07 09:29:06 oj 1.35.8.4: RESYNC: (1.36-1.37); FILE MERGED
 2006/07/04 08:04:43 oj 1.35.8.3: RESYNC: (1.35-1.36); FILE MERGED
 2006/04/25 13:03:05 oj 1.35.8.2: new include
 2006/01/03 07:49:14 oj 1.35.8.1: changed module client

File Changes:

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

File [changed]: TableController.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/TableController.hxx?r1=1.37&r2=1.38
Delta lines:  +4 -6
-------------------
--- TableController.hxx 2006-07-10 15:29:24+0000        1.37
+++ TableController.hxx 2007-07-06 08:24:41+0000        1.38
@@ -38,15 +38,15 @@
 #ifndef DBAUI_SINGLEDOCCONTROLLER_HXX
 #include "singledoccontroller.hxx"
 #endif
+#ifndef _DBAUI_MODULE_DBU_HXX_
+#include "moduledbu.hxx"
+#endif
 #ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
 #include <com/sun/star/sdbc/XConnection.hpp>
 #endif
 #ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
 #include <com/sun/star/beans/XPropertySet.hpp>
 #endif
-#ifndef _COM_SUN_STAR_UTIL_XNUMBERFORMATTER_HPP_
-#include <com/sun/star/util/XNumberFormatter.hpp>
-#endif
 #ifndef _COM_SUN_STAR_IO_XOBJECTOUTPUTSTREAM_HPP_
 #include <com/sun/star/io/XObjectOutputStream.hpp>
 #endif
@@ -75,12 +75,12 @@
        class OTableController : public OTableController_BASE
        {
        private:
+        OModuleClient        m_aModuleClient;
                ::std::vector< ::boost::shared_ptr<OTableRow> > m_vRowList;
                OTypeInfoMap                            m_aTypeInfo;
                ::std::vector<OTypeInfoMap::iterator> m_aTypeInfoIndex;
 
                ::com::sun::star::uno::Reference< 
::com::sun::star::beans::XPropertySet >               m_xTable;
-               ::com::sun::star::uno::Reference< 
::com::sun::star::util::XNumberFormatter >    m_xFormatter;   // a number 
formatter working with the connection's NumberFormatsSupplier
 
                ::rtl::OUString m_sCatalogName;                 // catalog for 
update data
                ::rtl::OUString m_sSchemaName;                  // schema for 
update data
@@ -127,8 +127,6 @@
                OTableController(const ::com::sun::star::uno::Reference< 
::com::sun::star::lang::XMultiServiceFactory >& _rM);
 
                ::com::sun::star::uno::Reference< 
::com::sun::star::beans::XPropertySet >               getTable() { return 
m_xTable;}
-               ::com::sun::star::uno::Reference< 
::com::sun::star::util::XNumberFormatter >    getNumberFormatter() const      { 
return m_xFormatter; }
-               
                
                sal_Bool isAddAllowed()         const;
                sal_Bool isDropAllowed()        const;




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

Reply via email to