From ba1030a00aed95ddda69d9953f073cc270a3125c Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 8 Jul 2008 07:22:24 +0000 Subject: INTEGRATION: CWS fwk90 (1.7.68); FILE MERGED 2008/06/09 06:47:44 cd 1.7.68.1: #i90010# Remove unused code from svtools --- svtools/source/hatchwindow/ipwin.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'svtools/source/hatchwindow') diff --git a/svtools/source/hatchwindow/ipwin.hxx b/svtools/source/hatchwindow/ipwin.hxx index d85bbe8bac44..996e9713eccd 100644 --- a/svtools/source/hatchwindow/ipwin.hxx +++ b/svtools/source/hatchwindow/ipwin.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ipwin.hxx,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -71,7 +71,6 @@ public: void Draw( OutputDevice * ); void InvalidateBorder( Window * ); BOOL SelectBegin( Window *, const Point & rPos ); - void SelectBegin( Window *, short nGrab ); short SelectMove( Window * pWin, const Point & rPos ); Point GetTrackPosPixel( const Rectangle & rRect ) const; Rectangle GetTrackRectPixel( const Point & rTrackPos ) const; @@ -95,9 +94,6 @@ public: SvResizeWindow( Window* pParent, VCLXHatchWindow* pWrapper ); void SetHatchBorderPixel( const Size & rSize ); - const Size & GetHatchBorderPixel() const; - void TerminateResizing() ; - SvBorder GetAllBorderPixel() const; void SelectMouse( const Point & rPos ); virtual void MouseButtonUp( const MouseEvent & rEvt ); -- cgit