summaryrefslogtreecommitdiff
path: root/forms/source/component/Time.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/Time.hxx')
-rw-r--r--forms/source/component/Time.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/forms/source/component/Time.hxx b/forms/source/component/Time.hxx
index 24813f8b48e3..6dcf9394a477 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();
};
//==================================================================