diff options
Diffstat (limited to 'forms/source/component/Time.hxx')
-rw-r--r-- | forms/source/component/Time.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/forms/source/component/Time.hxx b/forms/source/component/Time.hxx index 34bfe768a..1698eb9ad 100644 --- a/forms/source/component/Time.hxx +++ b/forms/source/component/Time.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Time.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2001-09-12 17:54:21 $ + * last change: $Author: fs $ $Date: 2002-12-02 09:56:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,8 +91,7 @@ protected: virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes(); public: - OTimeModel(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory>& _rxFactory); - ~OTimeModel(); + DECLARE_DEFAULT_LEAF_XTOR( OTimeModel ); // starform::XBoundComponent virtual sal_Bool _commit(); @@ -127,6 +126,9 @@ public: ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rAggregateProps ) const; IMPLEMENT_INFO_SERVICE() + +protected: + DECLARE_XCLONEABLE(); }; //================================================================== |