From b0c4be14883b4390642c3c60da343d0571ca34e7 Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Mon, 2 Dec 2002 08:56:36 +0000 Subject: #105577# properly (hopefully :) implemented XClonable --- forms/source/component/ComboBox.hxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'forms/source/component/ComboBox.hxx') diff --git a/forms/source/component/ComboBox.hxx b/forms/source/component/ComboBox.hxx index c54905e6ff03..91bcbe487d2d 100644 --- a/forms/source/component/ComboBox.hxx +++ b/forms/source/component/ComboBox.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ComboBox.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: fs $ $Date: 2001-08-28 14:31:10 $ + * last change: $Author: fs $ $Date: 2002-12-02 09:56:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -140,8 +140,7 @@ protected: virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes(); public: - OComboBoxModel(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory>& _rxFactory); - ~OComboBoxModel(); + DECLARE_DEFAULT_LEAF_XTOR( OComboBoxModel ); virtual void SAL_CALL disposing(); @@ -193,6 +192,8 @@ public: protected: void loadData(); + + DECLARE_XCLONEABLE(); }; //================================================================== -- cgit