sw/source/uibase/docvw/edtwin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a461ab5fd60068202189a2f426490b95b68efa3c Author: Andrzej Hunt <[email protected]> Date: Fri Oct 30 20:27:20 2015 +0100 Correct typo in comment Change-Id: I61a372e297eeeb67f1dcadbfc5017b0cc157d065 diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index 0ec6422..d1c9c6b 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -3352,7 +3352,7 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt) if ( rSh.IsExtMode() || rSh.IsBlockMode() ) return; - // select work, AdditionalMode if applicable + // select word, AdditionalMode if applicable if ( KEY_MOD1 == rMEvt.GetModifier() && !rSh.IsAddMode() ) { rSh.EnterAddMode(); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
