sw/qa/extras/rtfexport/rtfexport3.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 99ecc9732d44d528733e77c361c206ca3b121f99
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Wed Jun 22 11:01:27 2022 +0200
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Wed Jun 22 14:19:42 2022 +0200

    Remove a dumpAsXml that looks like a debugging leftover
    
    ...left behind by d4123356c61db269651e950a0a2cc93e6d801c90 "RTF filter: 
allow
    measuring page borders from the edge of the page"
    
    Change-Id: Ib97061746e8f4ba988af7c7520b1e7e0c3e6cdce
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136276
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>

diff --git a/sw/qa/extras/rtfexport/rtfexport3.cxx 
b/sw/qa/extras/rtfexport/rtfexport3.cxx
index bd8a1c8dc795..055c78916e77 100644
--- a/sw/qa/extras/rtfexport/rtfexport3.cxx
+++ b/sw/qa/extras/rtfexport/rtfexport3.cxx
@@ -465,7 +465,6 @@ CPPUNIT_TEST_FIXTURE(Test, testNegativePageBorder)
         xPageStyle->setPropertyValue("TopBorder", uno::Any(aBorder));
         sal_Int32 nTopBorderDistance = -646;
         xPageStyle->setPropertyValue("TopBorderDistance", 
uno::Any(nTopBorderDistance));
-        pDocShell->GetDoc()->dumpAsXml();
     }
 
     // When saving that document to RTF:

Reply via email to