summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/gridwin.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-07-29 13:44:38 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-07-29 13:45:42 -0400
commit190a4ee599a463415faa7d9bcb81b6a157a4971e (patch)
treea0c8d20d619be48434b582113b5d1797ce4d1a68 /sc/source/ui/inc/gridwin.hxx
parent1e03324c2edc205dd5a729aea12c29aad9b4aa14 (diff)
Revert "it makes no sense to use the second column as well, fdo#81499"
This reverts commit 14277af57b397b03b753a61c22cc5211e43a5f82. There is a reason why we do this, to allow misspelled word outside the cell area to be right-clickable.
Diffstat (limited to 'sc/source/ui/inc/gridwin.hxx')
-rw-r--r--sc/source/ui/inc/gridwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx
index ed066b22becc..17b02f8d5a3a 100644
--- a/sc/source/ui/inc/gridwin.hxx
+++ b/sc/source/ui/inc/gridwin.hxx
@@ -273,7 +273,7 @@ class ScGridWindow : public Window, public DropTargetHelper, public DragSourceHe
bool GetEditUrl( const Point& rPos,
OUString* pName=0, OUString* pUrl=0, OUString* pTarget=0 );
- bool IsSpellErrorAtPos( const Point& rPos, SCCOL nCol1, SCROW nRow );
+ bool IsSpellErrorAtPos( const Point& rPos, SCCOL nCol1, SCCOL nCol2, SCROW nRow );
bool HitRangeFinder( const Point& rMouse, RfCorner& rCorner, sal_uInt16* pIndex = NULL,
SCsCOL* pAddX = NULL, SCsROW* pAddY = NULL );