From cff45e761bc766bb75d25c084b88bb84ae5deb8c Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 16 Jan 2007 15:37:11 +0000 Subject: [PATCH] INTEGRATION: CWS ab33 (1.4.138); FILE MERGED 2007/01/10 16:34:50 ab 1.4.138.1: #i69280# Removed warnings --- basctl/source/inc/dlgedmod.hxx | 5 ++--- basctl/source/inc/dlgedpage.hxx | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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; }