From 91923443e0d04218ae7124f439fc06a76f904462 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 9 Oct 2013 18:55:30 -0400 Subject: Fix context menu launch on mis-spelled word in a cell. This was broken when the spell check handler was re-implemented after the cell storage rework. Change-Id: I4e7e718ffba45b2163bea4dd382f2a49f75fd5f9 --- sc/source/ui/inc/gridwin.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/inc/gridwin.hxx') diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx index 1fb0fc8e8f3c..4cc224292542 100644 --- a/sc/source/ui/inc/gridwin.hxx +++ b/sc/source/ui/inc/gridwin.hxx @@ -274,8 +274,8 @@ class ScGridWindow : public Window, public DropTargetHelper, public DragSourceHe bool GetEditUrl( const Point& rPos, OUString* pName=0, OUString* pUrl=0, OUString* pTarget=0 ); - bool GetEditUrlOrError( bool bSpellErr, const Point& rPos, - OUString* pName=0, OUString* pUrl=0, OUString* pTarget=0 ); + bool GetEditUrlOrError( + const Point& rPos, OUString* pName = NULL, OUString* pUrl = NULL, OUString* pTarget = NULL ); bool HitRangeFinder( const Point& rMouse, RfCorner& rCorner, sal_uInt16* pIndex = NULL, SCsCOL* pAddX = NULL, SCsROW* pAddY = NULL ); -- cgit