summaryrefslogtreecommitdiff
path: root/forms/source/component/Edit.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/Edit.hxx
parent426af421c326aa4670c92c9559bfed40cffea077 (diff)
#105577# properly (hopefully :) implemented XClonable
Diffstat (limited to 'forms/source/component/Edit.hxx')
-rw-r--r--forms/source/component/Edit.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/forms/source/component/Edit.hxx b/forms/source/component/Edit.hxx
index 4d38f10e2d0c..8b6d6ac98143 100644
--- a/forms/source/component/Edit.hxx
+++ b/forms/source/component/Edit.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Edit.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2001-09-12 12:45:09 $
+ * last change: $Author: fs $ $Date: 2002-12-02 09:56:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,8 +99,7 @@ protected:
virtual void _onValueChanged();
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes();
- OEditModel(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory>& _rxFactory);
- virtual ~OEditModel();
+ DECLARE_DEFAULT_LEAF_XTOR( OEditModel );
void enableFormattedWriteFake() { m_bWritingFormattedFake = sal_True; }
void disableFormattedWriteFake() { m_bWritingFormattedFake = sal_False; }
@@ -145,6 +144,8 @@ public:
protected:
virtual sal_Int16 getPersistenceFlags() const;
+
+ DECLARE_XCLONEABLE();
};
//==================================================================