sw/qa/extras/uiwriter/uiwriter3.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit a152699776ecedaa874cf9dc274c5825579880a2
Author:     Xisco Fauli <[email protected]>
AuthorDate: Sun Jan 17 21:29:27 2021 +0100
Commit:     Xisco Fauli <[email protected]>
CommitDate: Sun Jan 17 22:47:52 2021 +0100

    sw_uiwriter3: remove redundant call to clear
    
    See https://gerrit.libreoffice.org/c/core/+/109458
    Kudos to Mike Kaganski for pointing this out
    
    Change-Id: I1daa919ffcdc8b7a382ebf04470d957500dcfad9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109483
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <[email protected]>

diff --git a/sw/qa/extras/uiwriter/uiwriter3.cxx 
b/sw/qa/extras/uiwriter/uiwriter3.cxx
index 75df4291e78f..e7eeee81d266 100644
--- a/sw/qa/extras/uiwriter/uiwriter3.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter3.cxx
@@ -1506,7 +1506,6 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, testTdf134626)
     TransferableDataHelper aHelper(xTransfer.get());
 
     mxComponent->dispose();
-    mxComponent.clear();
 
     // Create a new document
     mxComponent = loadFromDesktop("private:factory/swriter", 
"com.sun.star.text.TextDocument");
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to