diff --git a/basctl/source/inc/dlgedmod.hxx b/basctl/source/inc/dlgedmod.hxx index 3980f74ba7b1..7028d055aca5 100644 --- a/basctl/source/inc/dlgedmod.hxx +++ b/basctl/source/inc/dlgedmod.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dlgedmod.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 20:20:17 $ + * last change: $Author: vg $ $Date: 2007-01-16 16:36:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,7 +59,6 @@ private: DlgEdModel( const DlgEdModel& ); void operator=(const DlgEdModel& rSrcModel); - FASTBOOL operator==(const DlgEdModel& rCmpModel) const; public: TYPEINFO(); diff --git a/basctl/source/inc/dlgedpage.hxx b/basctl/source/inc/dlgedpage.hxx index 504817147063..c82afa540828 100644 --- a/basctl/source/inc/dlgedpage.hxx +++ b/basctl/source/inc/dlgedpage.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dlgedpage.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 20:20:48 $ + * last change: $Author: vg $ $Date: 2007-01-16 16:37:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,6 +59,7 @@ public: DlgEdPage( const DlgEdPage& ); virtual ~DlgEdPage(); + using SdrPage::Clone; virtual SdrPage* Clone() const; void SetDlgEdForm( DlgEdForm* pForm ) { pDlgEdForm = pForm; }