User: hr Date: 06/06/19 19:46:25 Modified: /dba/dbaccess/source/core/inc/ TableDeco.hxx
Log: INTEGRATION: CWS warnings01 (1.16.50); FILE MERGED 2006/06/14 10:56:30 fs 1.16.50.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2006/03/24 15:35:54 fs 1.16.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: TableDeco.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/TableDeco.hxx?r1=1.16&r2=1.17 Delta lines: +6 -2 ------------------- --- TableDeco.hxx 8 Sep 2005 13:34:22 -0000 1.16 +++ TableDeco.hxx 20 Jun 2006 02:46:22 -0000 1.17 @@ -132,6 +132,7 @@ virtual OColumn* createColumn(const ::rtl::OUString& _rName) const; virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createEmptyObject(); virtual void columnDropped(const ::rtl::OUString& _sName); + virtual void columnCloned(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xClone); virtual void refreshColumns(); virtual ::cppu::IPropertyArrayHelper* createArrayHelper(sal_Int32 _nId) const; @@ -211,6 +212,9 @@ virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > SAL_CALL getIndexes( ) throw (::com::sun::star::uno::RuntimeException); // XDataDescriptorFactory virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL createDataDescriptor( ) throw (::com::sun::star::uno::RuntimeException); + + protected: + using ODataSettings::getFastPropertyValue; }; } #endif // _DBA_CORE_TABLEDECORATOR_HXX_ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
