User: rt      
Date: 2008-06-06 14:00:36+0000
Modified:
   dba/dbaccess/source/core/dataaccess/ComponentDefinition.hxx

Log:
 INTEGRATION: CWS dba30c (1.11.8); FILE MERGED
 2008/05/05 06:16:45 oj 1.11.8.1: #156608# clear listener after disposing 
columns

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.11&r2=1.12
Delta lines:  +3 -2
-------------------
--- ComponentDefinition.hxx     2008-04-10 12:37:07+0000        1.11
+++ ComponentDefinition.hxx     2008-06-06 14:00:33+0000        1.12
@@ -70,6 +70,7 @@
 #ifndef _DBA_COREAPI_COLUMN_HXX_
 #include <column.hxx>
 #endif
+#include <comphelper/implementationreference.hxx>
 
 #include <memory>
 //........................................................................
@@ -116,7 +117,7 @@
         }
        };
 
-
+class OColumnPropertyListener;
 //=========================================================================
 //= OComponentDefinition - a database "document" which describes a query
 //=========================================================================
@@ -130,7 +131,7 @@
        
 protected:
     ::std::auto_ptr< OColumns >     m_pColumns;
-    ::com::sun::star::uno::Reference< 
::com::sun::star::beans::XPropertyChangeListener>   
+    ::comphelper::ImplementationReference< 
OColumnPropertyListener,::com::sun::star::beans::XPropertyChangeListener>   
                                     m_xColumnPropertyListener;
        sal_Bool                            m_bTable;
 




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

Reply via email to