[Libreoffice-commits] core.git: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Sep 19 14:46:30 UTC 2018


 sw/source/core/doc/DocumentRedlineManager.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6f5dd32f05da716369ecb1b5a3765cd8af661731
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Sep 19 15:39:37 2018 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Wed Sep 19 16:46:03 2018 +0200

    Fix typo
    
    Change-Id: I644fed22dd46458623a1f99f7eefbdc2a7b31fc1
    Reviewed-on: https://gerrit.libreoffice.org/60770
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

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" );


More information about the Libreoffice-commits mailing list