INTEGRATION: CWS ab33 (1.4.138); FILE MERGED

2007/01/10 16:34:50 ab 1.4.138.1: #i69280# Removed warnings
This commit is contained in:
Vladimir Glazounov
2007-01-16 15:37:11 +00:00
parent dd802c22cb
commit cff45e761b
2 changed files with 5 additions and 5 deletions

View File

@@ -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();

View File

@@ -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; }