[Libreoffice-commits] core.git: sw/source
Andrzej Hunt
andrzej at ahunt.org
Fri Oct 30 12:30:14 PDT 2015
sw/source/uibase/docvw/edtwin.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a461ab5fd60068202189a2f426490b95b68efa3c
Author: Andrzej Hunt <andrzej at ahunt.org>
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();
More information about the Libreoffice-commits
mailing list