From a9b9ab44a6469232a8a3237cb5a340b201c371e7 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 11:39:18 +0000 Subject: INTEGRATION: CWS warnings01 (1.4.344); FILE MERGED 2006/05/15 12:30:43 sb 1.4.344.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2006/05/12 16:42:52 sb 1.4.344.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. --- sw/inc/dpage.hxx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'sw/inc/dpage.hxx') diff --git a/sw/inc/dpage.hxx b/sw/inc/dpage.hxx index fcb9e693965a..8721ede7beeb 100644 --- a/sw/inc/dpage.hxx +++ b/sw/inc/dpage.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dpage.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:42:44 $ + * last change: $Author: hr $ $Date: 2006-06-19 12:39:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,14 +61,9 @@ public: // virtual Point GetOffset() const; virtual SdrObject* ReplaceObject( SdrObject* pNewObj, ULONG nObjNum ); - virtual void RequestBasic(); - virtual const SdrPageGridFrameList* GetGridFrameList(const SdrPageView* pPV, const Rectangle *pRect) const; - virtual String GetLinkData( const String& rLinkName ); - virtual void SetLinkData( const String& rLinkName, const String& rLinkData ); - BOOL RequestHelp( Window* pWindow, SdrView* pView, const HelpEvent& rEvt ); virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoPage(); -- cgit