summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei@openoffice.org>2009-09-05 02:30:47 +0000
committerKohei Yoshida <kohei@openoffice.org>2009-09-05 02:30:47 +0000
commit23f300a0f3b66df0dee0bca7e26d38d60cb8b5a2 (patch)
tree8871fab5631d809e42a9e1ff9ea99d9515c212d2 /sc/inc/column.hxx
parent25d44e2d80584ecf435d91232049e371c960be2a (diff)
resurrected one formerly unused method to fix build breakage.
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 816a8ade4628..80b2394788d1 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -162,7 +162,7 @@ public:
SCSIZE GetEmptyLinesInBlock( SCROW nStartRow, SCROW nEndRow, ScDirection eDir ) const;
BOOL HasDataAt(SCROW nRow) const;
BOOL HasVisibleDataAt(SCROW nRow) const;
-//UNUSED2009-05 SCROW GetFirstDataPos() const;
+ SCROW GetFirstDataPos() const;
SCROW GetLastDataPos() const;
SCROW GetLastVisDataPos(BOOL bNotes) const; // ohne Broadcaster
SCROW GetFirstVisDataPos(BOOL bNotes) const;