summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/fieldwnd.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-12-15 15:29:46 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-12-15 15:29:46 -0500
commit03cfe128b958549bc4491261266eb94c2cf36d70 (patch)
treeccb23dd58ba32779c128b824093a43042857dbbf /sc/source/ui/inc/fieldwnd.hxx
parent08a9e0c18e1b15e221faeaee98a1326e95a797cf (diff)
A little UI tweak & code cleanup.
Diffstat (limited to 'sc/source/ui/inc/fieldwnd.hxx')
-rw-r--r--sc/source/ui/inc/fieldwnd.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/fieldwnd.hxx b/sc/source/ui/inc/fieldwnd.hxx
index 67f16c22bca9..21eda91b0ed3 100644
--- a/sc/source/ui/inc/fieldwnd.hxx
+++ b/sc/source/ui/inc/fieldwnd.hxx
@@ -211,7 +211,7 @@ private:
/** Sets selection to last field. */
void SetSelectionEnd();
/** Sets selection to new position relative to current. */
- void MoveSelection( USHORT nKeyCode, SCsCOL nDX, SCsROW nDY );
+ void MoveSelection( SCsCOL nDX, SCsROW nDY );
private:
typedef ::std::vector<Window*> Paintables;