Tag: cws_src680_dba24d User: fs Date: 2007-11-15 15:16:16+0000 Modified: dba/dbaccess/source/ui/inc/FieldDescriptions.hxx
Log: #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.13.88.1 Delta lines: +4 -5 ------------------- --- FieldDescriptions.hxx 2007-05-10 10:27:44+0000 1.13 +++ FieldDescriptions.hxx 2007-11-15 15:16:13+0000 1.13.88.1 @@ -4,9 +4,9 @@ * * $RCSfile: FieldDescriptions.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.13.88.1 $ * - * last change: $Author: kz $ $Date: 2007/05/10 10:27:44 $ + * last change: $Author: fs $ $Date: 2007/11/15 15:16:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -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]
