User: hr Date: 06/06/19 19:47:32 Modified: /dba/dbaccess/source/core/inc/ table.hxx
Log: INTEGRATION: CWS warnings01 (1.25.50); FILE MERGED 2006/03/24 15:35:54 fs 1.25.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: table.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/table.hxx?r1=1.25&r2=1.26 Delta lines: +8 -1 ------------------- --- table.hxx 8 Sep 2005 13:48:01 -0000 1.25 +++ table.hxx 20 Jun 2006 02:47:29 -0000 1.26 @@ -85,6 +85,9 @@ #ifndef _COMPHELPER_UNO3_HXX_ #include <comphelper/uno3.hxx> #endif +#ifndef COMPHELPER_IDPROPERTYARRAYUSAGEHELPER_HXX +#include <comphelper/IdPropArrayHelper.hxx> +#endif namespace dbaccess { @@ -97,7 +100,6 @@ class OContainerMediator; typedef ::comphelper::OIdPropertyArrayUsageHelper< ODBTable > ODBTable_PROP; typedef ::connectivity::OTableHelper OTable_Base; - typedef ::connectivity::sdbcx::OTableDescriptor_BASE OTable_Linux; class ODBTable :public ODataSettings_Base ,public ODBTable_PROP @@ -120,6 +122,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); /** creates the column collection for the table @param _rNames @@ -193,6 +196,10 @@ virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException); virtual void refreshColumns(); + + private: + using OTable_Base::createArrayHelper; + using OTable_Base::getFastPropertyValue; }; } #endif // _DBA_CORE_TABLE_HXX_ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
