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