diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-10-21 07:55:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-10-21 07:55:24 +0000 |
commit | 2e20448c4ea721319cf6dddde07ae215174eaee5 (patch) | |
tree | 258aa6c1dcd5a0375267950f7ffbc67ffba1d79b /forms/source/component | |
parent | 160b99eeec0a384effeb9dbf1df907f3b11459fe (diff) |
INTEGRATION: CWS formcelllinkage (1.5.92); FILE MERGED
2003/10/01 09:18:18 fs 1.5.92.1: #i18994# merging the changes from the CWS fs002
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) \ |