diff options
Diffstat (limited to 'forms/source/component')
-rw-r--r-- | forms/source/component/Columns.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/forms/source/component/Columns.hxx b/forms/source/component/Columns.hxx index 4a2ff121afa1..d561a7639953 100644 --- a/forms/source/component/Columns.hxx +++ b/forms/source/component/Columns.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Columns.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: fs $ $Date: 2002-12-02 09:56:27 $ + * last change: $Author: obo $ $Date: 2003-10-21 08:55:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -181,8 +181,6 @@ public: protected: static void clearAggregateProperties(::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property>& seqProps, sal_Bool bAllowDropDown); static void setOwnProperties(::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property>& seqProps); - - DECLARE_XCLONEABLE(); }; #define DECL_COLUMN(ClassName) \ |