From 36bc405d72f1d1898437dfa25d8cb4bdfba63e06 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 9 Aug 2012 15:44:23 +0200 Subject: fix column navigation with CTRL + direction, fdo#45020 Change-Id: I422b1b85e539d4e2819b93deaf8543410b44b9bd --- sc/inc/column.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/column.hxx') diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 6bc8c8c2f5b7..d9c18ec57585 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -167,7 +167,7 @@ public: SCROW GetFirstVisDataPos() const; bool GetPrevDataPos(SCROW& rRow) const; bool GetNextDataPos(SCROW& rRow) const; - void FindDataAreaPos(SCROW& rRow, long nMovY) const; // (without Broadcaster) + void FindDataAreaPos(SCROW& rRow, bool bDown) const; // (without Broadcaster) void FindUsed( SCROW nStartRow, SCROW nEndRow, bool* pUsed ) const; SCSIZE VisibleCount( SCROW nStartRow, SCROW nEndRow ) const; -- cgit