sw/source/core/unocore/unoobj.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 28c0ed5f46af07052e05eeba7e2eeb02ee1f38d9
Author:     Michael Stahl <michael.st...@allotropia.de>
AuthorDate: Fri Aug 19 17:49:09 2022 +0200
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Mon Aug 22 16:19:35 2022 +0200

    sw: forgot to remove temp FIXME of draft patch
    
    Change-Id: Ic4e0a9fcace27b781d401f9812df89e36f87bcd5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138691
    Tested-by: Michael Stahl <michael.st...@allotropia.de>
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/sw/source/core/unocore/unoobj.cxx 
b/sw/source/core/unocore/unoobj.cxx
index 11669ff2e9a7..74007e60eca4 100644
--- a/sw/source/core/unocore/unoobj.cxx
+++ b/sw/source/core/unocore/unoobj.cxx
@@ -724,7 +724,6 @@ void SwXTextCursor::DeleteAndInsert(const OUString& rText,
         {
             rDoc.getIDocumentContentOperations().DeleteAndJoin(*pCurrent,
                 // is it "delete" or "replace"?
-                // FIXME still test failure because insertTextContent calls 
with empty string
                 (nTextLen != 0 || eMode & 
::sw::DeleteAndInsertMode::ForceReplace) ? SwDeleteFlags::ArtificialSelection : 
SwDeleteFlags::Default);
         }
         if(nTextLen)

Reply via email to