summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-04-07 11:13:35 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-04-07 11:18:12 +0200
commit320563f857b564e44615e88013f7a53a480beb2b (patch)
treec130e4c7ce00ee76bf02e9f812cd38ca81df2769 /sc/source/ui/view/gridwin.cxx
parentd8e91c932dcbc5692661d437e74c51b395a061a2 (diff)
Fix typo
Change-Id: Iaeafd85b5d1becbafba644bb873dd7f676707cb6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91805 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/ui/view/gridwin.cxx')
-rw-r--r--sc/source/ui/view/gridwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index 0decc50c00c3..5e468e69f5a8 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -1491,7 +1491,7 @@ void ScGridWindow::HandleMouseButtonDown( const MouseEvent& rMEvt, MouseEventSta
// active inplace client. In that case we have to ignore the event.
// Otherwise we would crash (context menu has been
// opened by inplace client and we would deactivate the inplace client,
- // the contex menu is closed by VCL asynchronously which in the end
+ // the context menu is closed by VCL asynchronously which in the end
// would work on deleted objects or the context menu has no parent anymore)
SfxViewShell* pViewSh = pViewData->GetViewShell();
SfxInPlaceClient* pClient = pViewSh->GetIPClient();