summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-09 15:44:23 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-09 16:14:33 +0200
commit36bc405d72f1d1898437dfa25d8cb4bdfba63e06 (patch)
tree2679cc78c4e596284cc8725d3b60f4aec1c630b9 /sc/inc/column.hxx
parentimplemented simple liblangtag replacement for iOS and Android (diff)
downloadcore-36bc405d72f1d1898437dfa25d8cb4bdfba63e06.tar.gz
core-36bc405d72f1d1898437dfa25d8cb4bdfba63e06.zip
fix column navigation with CTRL + direction, fdo#45020
Change-Id: I422b1b85e539d4e2819b93deaf8543410b44b9bd
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 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;