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

New commits:
commit 540a68b0d2515c0b6991fb385e8ab6b75812ec6a
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri May 9 16:04:14 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat May 10 09:51:57 2025 +0200

    Fix typo
    
    Change-Id: I68e8e8270f8ff5f10cc6f31dc10ababe68c5e411
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185098
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/source/core/doc/DocumentRedlineManager.cxx 
b/sw/source/core/doc/DocumentRedlineManager.cxx
index cdabed29313e..b4b016e06983 100644
--- a/sw/source/core/doc/DocumentRedlineManager.cxx
+++ b/sw/source/core/doc/DocumentRedlineManager.cxx
@@ -3564,7 +3564,7 @@ bool 
DocumentRedlineManager::RejectRedlineRange(SwRedlineTable::size_type nPosOr
         else if (CanCombineTypesForAcceptReject(aOrigData, *pTmp)
                  && 
pTmp->GetRedlineData(1).CanCombineForAcceptReject(aOrigData))
         {
-            // The Insert redline we want to reject has an other type of 
redline too
+            // The Insert redline we want to reject has another type of 
redline too
             // without the insert, the other type is meaningless
             // so we rather just accept the other type of redline
             if (m_rDoc.GetIDocumentUndoRedo().DoesUndo())

Reply via email to