User: rt Date: 2008-01-30 08:46:41+0000 Modified: dba/dbaccess/source/ui/inc/FieldDescriptions.hxx
Log: INTEGRATION: CWS dba24d (1.13.88); FILE MERGED 2007/11/15 15:16:13 fs 1.13.88.1: #i81658# File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: FieldDescriptions.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/FieldDescriptions.hxx?r1=1.13&r2=1.14 Delta lines: +1 -2 ------------------- --- FieldDescriptions.hxx 2007-05-10 10:27:44+0000 1.13 +++ FieldDescriptions.hxx 2008-01-30 08:46:38+0000 1.14 @@ -57,7 +57,6 @@ namespace dbaui { class OFieldDescription - { private: ::com::sun::star::uno::Any m_aDefaultValue; // the default value from the database @@ -88,9 +87,9 @@ public: OFieldDescription(); + OFieldDescription( const OFieldDescription& rDescr ); OFieldDescription(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xAffectedCol ,sal_Bool _bUseAsDest = sal_False); - OFieldDescription( const OFieldDescription& rDescr ); ~OFieldDescription(); void SetName(const ::rtl::OUString& _rName); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
