User: hr      
Date: 2007-09-26 14:39:42+0000
Modified:
   dba/dbaccess/source/core/dataaccess/ComponentDefinition.hxx

Log:
 INTEGRATION: CWS dba24a (1.8.18); FILE MERGED
 2007/08/02 10:49:09 oj 1.8.18.1: #i65023# modify dswhen column width changed

File Changes:

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

File [changed]: ComponentDefinition.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/ComponentDefinition.hxx?r1=1.8&r2=1.9
Delta lines:  +6 -3
-------------------
--- ComponentDefinition.hxx     2007-07-06 07:53:00+0000        1.8
+++ ComponentDefinition.hxx     2007-09-26 14:39:40+0000        1.9
@@ -63,6 +63,7 @@
 #ifndef _COM_SUN_STAR_SDBCX_XCOLUMNSSUPPLIER_HPP_
 #include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
 #endif
+#include <com/sun/star/beans/XPropertyChangeListener.hpp>
 #ifndef DBA_CONTENTHELPER_HXX
 #include "ContentHelper.hxx"
 #endif
@@ -122,7 +123,6 @@
 //=========================================================================
 //= OComponentDefinition - a database "document" which describes a query
 //=========================================================================
-
 class OComponentDefinition     :public OContentHelper
                                                        ,public ODataSettings
                                                        ,public IColumnFactory
@@ -133,6 +133,8 @@
        
 protected:
     ::std::auto_ptr< OColumns > m_pColumns;
+    ::com::sun::star::uno::Reference< 
::com::sun::star::beans::XPropertyChangeListener>   
+                                    m_xColumnPropertyListener;
        sal_Bool                        m_bTable;
 
        virtual ~OComponentDefinition(); 
@@ -186,6 +188,7 @@
        virtual ::com::sun::star::uno::Reference< 
::com::sun::star::beans::XPropertySet > createColumnDescriptor();
     virtual void columnAppended( const ::com::sun::star::uno::Reference< 
::com::sun::star::beans::XPropertySet >& _rxSourceDescriptor );
        virtual void columnDropped(const ::rtl::OUString& _sName);
+    virtual void notifyDataSourceModified() { 
OContentHelper::notifyDataSourceModified(); }
 
 protected:
 // OPropertyArrayUsageHelper




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

Reply via email to