summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/gridwin.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-07-19 22:20:33 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-07-20 23:05:41 +0200
commit14277af57b397b03b753a61c22cc5211e43a5f82 (patch)
tree46d45db7edffbe2c612a23d22cd01ad45d810308 /sc/source/ui/inc/gridwin.hxx
parent46698bfa032690b3c14035db4903e9d6be6550e1 (diff)
it makes no sense to use the second column as well, fdo#81499
Change-Id: If5990d41f444a2d051c9b9029d61ffd8b8cf377e
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 17b02f8d5a3a..ed066b22becc 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, SCCOL nCol2, SCROW nRow );
+ bool IsSpellErrorAtPos( const Point& rPos, SCCOL nCol1, SCROW nRow );
bool HitRangeFinder( const Point& rMouse, RfCorner& rCorner, sal_uInt16* pIndex = NULL,
SCsCOL* pAddX = NULL, SCsROW* pAddY = NULL );