diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-25 09:51:46 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 16:51:22 +0000 |
commit | ea0b508025ebe074e25d0250d0ce5e5444ea6a76 (patch) | |
tree | 661bc8f7993add4ddbbf32db95b39ac26af1ed3f /sw/source/uibase/docvw/edtwin.cxx | |
parent | 2258f33a5fd95a5e25f5bb232994ab147d09bfb9 (diff) |
Fix typos
Change-Id: I52604902247e7d8565476fafe98211fff32c5543
Reviewed-on: https://gerrit.libreoffice.org/35658
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/uibase/docvw/edtwin.cxx')
-rw-r--r-- | sw/source/uibase/docvw/edtwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index 44d76b252eda..48be93a38f96 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -4914,7 +4914,7 @@ void SwEditWin::MouseButtonUp(const MouseEvent& rMEvt) } ReleaseMouse(); - // Only processed MouseEvents arrive here; only at these the moduses can + // Only processed MouseEvents arrive here; only at these this mode can // be resetted. m_bMBPressed = false; |