From 4e01ce545dcd08bce7d9551bffc3c98392b7cf5e Mon Sep 17 00:00:00 2001 From: Sascha Ballach Date: Thu, 11 Apr 2002 08:42:06 +0000 Subject: [PATCH] #95584#; remember of setting draw select mode --- sc/inc/viewuno.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sc/inc/viewuno.hxx b/sc/inc/viewuno.hxx index 22cb6d53ce35..8c5533179609 100644 --- a/sc/inc/viewuno.hxx +++ b/sc/inc/viewuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: viewuno.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: sab $ $Date: 2002-03-14 15:21:25 $ + * last change: $Author: sab $ $Date: 2002-04-11 09:42:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -237,6 +237,7 @@ private: XRangeSelectionListenerArr_Impl aRangeSelListeners; XRangeSelectionChangeListenerArr_Impl aRangeChgListeners; XViewPropertyChangeListenerArr_Impl aPropertyChgListeners; + sal_Bool bDrawSelModeSet; ScViewPaneObj* GetObjectByIndex_Impl(USHORT nIndex) const;