diff options
author | Andrzej Hunt <andrzej@ahunt.org> | 2015-10-30 20:27:20 +0100 |
---|---|---|
committer | Andrzej Hunt <andrzej@ahunt.org> | 2015-10-30 20:27:32 +0100 |
commit | a461ab5fd60068202189a2f426490b95b68efa3c (patch) | |
tree | b29bb34f700b174166684e143f19bbf909caf9b4 /sw | |
parent | acc6d29b0c865e19f0348fd650038b3472a2a2c2 (diff) |
Correct typo in comment
Change-Id: I61a372e297eeeb67f1dcadbfc5017b0cc157d065
Diffstat (limited to 'sw')
-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 0ec642254397..d1c9c6bc6bd1 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(); |