From 5eecdfdcf8dc283cf061725d8f14e4a85d8b3e21 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 12 Aug 2004 12:06:10 +0000 Subject: [PATCH] INTEGRATION: CWS tune05 (1.15.100); FILE MERGED 2004/07/21 15:43:09 cmc 1.15.100.1: #i30554# remove unused methods --- sw/source/ui/inc/pview.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sw/source/ui/inc/pview.hxx b/sw/source/ui/inc/pview.hxx index a3a1c5652e5c..7533f837f5ed 100644 --- a/sw/source/ui/inc/pview.hxx +++ b/sw/source/ui/inc/pview.hxx @@ -2,9 +2,9 @@ * * $RCSfile: pview.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: svesik $ $Date: 2004-04-21 09:41:25 $ + * last change: $Author: obo $ $Date: 2004-08-12 13:06:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -317,10 +317,8 @@ public: void ScrollViewSzChg(); void ScrollDocSzChg(); void ShowHScrollbar(sal_Bool bShow); - sal_Bool IsHScrollbarVisible()const; void ShowVScrollbar(sal_Bool bShow); - sal_Bool IsVScrollbarVisible()const; USHORT GetPageCount() const { return mnPageCount; }