summaryrefslogtreecommitdiff
path: root/forms/source/component/CheckBox.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-12-02 08:56:36 +0000
committerFrank Schönheit <fs@openoffice.org>2002-12-02 08:56:36 +0000
commitb0c4be14883b4390642c3c60da343d0571ca34e7 (patch)
tree3eb1ff42f79f4f6ad5af7f387195f8abee11cd3f /forms/source/component/CheckBox.hxx
parent426af421c326aa4670c92c9559bfed40cffea077 (diff)
#105577# properly (hopefully :) implemented XClonable
Diffstat (limited to 'forms/source/component/CheckBox.hxx')
-rw-r--r--forms/source/component/CheckBox.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/forms/source/component/CheckBox.hxx b/forms/source/component/CheckBox.hxx
index c6a274ccdf24..5ca287cc5e07 100644
--- a/forms/source/component/CheckBox.hxx
+++ b/forms/source/component/CheckBox.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: CheckBox.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2001-06-21 18:24:00 $
+ * last change: $Author: fs $ $Date: 2002-12-02 09:56:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,8 +97,7 @@ protected:
virtual ::com::sun::star::uno::Any _getControlValue() const;
public:
- OCheckBoxModel(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory>& _rxFactory);
- ~OCheckBoxModel();
+ DECLARE_DEFAULT_LEAF_XTOR( OCheckBoxModel );
// XServiceInfo
IMPLEMENTATION_NAME(OCheckBoxModel);
@@ -142,6 +141,10 @@ protected:
protected:
virtual void _reset();
virtual sal_Bool _commit();
+
+ void implConstruct();
+
+ DECLARE_XCLONEABLE();
};
//==================================================================