diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-09-19 15:39:37 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-09-19 16:46:03 +0200 |
commit | 6f5dd32f05da716369ecb1b5a3765cd8af661731 (patch) | |
tree | 618a3c39951ba7a860578c6f2084394750718418 | |
parent | 4b743a2cc1b6d29404873205a25432baf4f9c933 (diff) |
Fix typo
Change-Id: I644fed22dd46458623a1f99f7eefbdc2a7b31fc1
Reviewed-on: https://gerrit.libreoffice.org/60770
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | sw/source/core/doc/DocumentRedlineManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/DocumentRedlineManager.cxx b/sw/source/core/doc/DocumentRedlineManager.cxx index a29a8da34d54..a5407a511def 100644 --- a/sw/source/core/doc/DocumentRedlineManager.cxx +++ b/sw/source/core/doc/DocumentRedlineManager.cxx @@ -83,7 +83,7 @@ using namespace com::sun::star; { // check for empty redlines // note: these can destroy sorting in SwTextNode::Update() - // if there's another one wihout mark on the same pos. + // if there's another one without mark on the same pos. OSL_ENSURE( ( *(j->GetPoint()) != *(j->GetMark()) ) || ( j->GetContentIdx() != nullptr ), ERROR_PREFIX "empty redline" ); |