diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:30:14 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:30:14 +0000 |
commit | 8677f1818fc7c79ce555b5c13aeefed83f8d9773 (patch) | |
tree | bfc81ca2f96d8478199511973b279bd0c5cdf509 /sd/inc | |
parent | 6370c71841a62df5c317a4d3c35662170133d2b8 (diff) |
INTEGRATION: CWS warnings01 (1.27.136); FILE MERGED
2006/05/12 16:40:32 sb 1.27.136.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/sdpage.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index 339d1cdf390f..baaa0fae68c8 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sdpage.hxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: rt $ $Date: 2006-01-10 14:23:07 $ + * last change: $Author: hr $ $Date: 2006-06-19 12:30:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -302,8 +302,6 @@ public: virtual void Changed(const SdrObject& rObj, SdrUserCallType eType, const Rectangle& rOldBoundRect); - virtual void RequestBasic(); - void SetLayoutName(String aName); virtual String GetLayoutName() const { return aLayoutName; } @@ -320,7 +318,7 @@ public: BOOL bScaleAllObj); const String& GetName(); - String GetRealName() const { return aPageName; }; + String GetRealName() const { return FmFormPage::GetName(); }; void SetPresentationLayout(const String& rLayoutName, BOOL bReplaceStyleSheets = TRUE, |