summaryrefslogtreecommitdiffstats
path: root/sc/inc/markarr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/markarr.hxx')
-rw-r--r--sc/inc/markarr.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/markarr.hxx b/sc/inc/markarr.hxx
index 46352e5b6ee0..f77dea372b48 100644
--- a/sc/inc/markarr.hxx
+++ b/sc/inc/markarr.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -51,7 +52,7 @@ friend class ScDocument; // fuer FillInfo
public:
ScMarkArray();
~ScMarkArray();
- void Reset( sal_Bool bMarked = sal_False );
+ void Reset( sal_Bool bMarked = false );
sal_Bool GetMark( SCROW nRow ) const;
void SetMarkArea( SCROW nStartRow, SCROW nEndRow, sal_Bool bMarked );
sal_Bool IsAllMarked( SCROW nStartRow, SCROW nEndRow ) const;
@@ -62,7 +63,6 @@ public:
void CopyMarksTo( ScMarkArray& rDestMarkArray ) const;
sal_Bool Search( SCROW nRow, SCSIZE& nIndex ) const;
-//UNUSED2009-05 void DeleteArea(SCROW nStartRow, SCROW nEndRow);
/// Including current row, may return -1 if bUp and not found
SCsROW GetNextMarked( SCsROW nRow, sal_Bool bUp ) const;
@@ -85,3 +85,4 @@ public:
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */