summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-04-11 08:42:06 +0000
committerSascha Ballach <sab@openoffice.org>2002-04-11 08:42:06 +0000
commit4e01ce545dcd08bce7d9551bffc3c98392b7cf5e (patch)
tree69abdbd9e875accfbd86214a81204d6eb8a21b63 /sc/inc
parent24fbb8bd01ef1febb442dab2ccdb4fca3bc3fe77 (diff)
#95584#; remember of setting draw select mode
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/viewuno.hxx5
1 files 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;