summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-04-21 20:13:00 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-04-22 15:48:11 +0200
commit9762353cf7dc7bf42118d9dae2488c977af0c484 (patch)
treeadf4d14e519ddca731ec491810e64227811732ae /sw
parent1ab14c62587276e81d9ad4a7c627ea947c29d9dd (diff)
Fix typos
Change-Id: I49d7dc8a2cbcba5413d05d97559321e672ed413a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92655 Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/docvw/edtwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index 40595b0a7e4b..d039be4f2047 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -2726,7 +2726,7 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt)
// active inplace client. In that case we have to ignore the mouse
// button down 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)
SfxInPlaceClient* pIPClient = rSh.GetSfxViewShell()->GetIPClient();
bool bIsOleActive = ( pIPClient && pIPClient->IsObjectInPlaceActive() );