sw/qa/extras/layout/layout2.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit f07a2d1b5c7c6deabe6da60892fd6f6fbffad15f
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Thu Jan 6 18:52:01 2022 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Fri Jan 7 07:06:42 2022 +0100

    remove debug code
    
    accidtionally committed with
        commit 302b44125aa0c1d5216f986ecf8e341cd6e57418
        Author: Noel Grandin <noel.gran...@collabora.co.uk>
        Date:   Thu Dec 9 11:45:36 2021 +0200
        use background XShapeGroup for bar-chart area
    
    Change-Id: Id9fd82a94fd2bb046901fcd4373aac71586d0d13
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128057
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/sw/qa/extras/layout/layout2.cxx b/sw/qa/extras/layout/layout2.cxx
index eea736f2bdef..7e548490f67d 100644
--- a/sw/qa/extras/layout/layout2.cxx
+++ b/sw/qa/extras/layout/layout2.cxx
@@ -657,11 +657,6 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter2, testTdf133005)
     xmlDocUniquePtr pXmlDoc = dumpAndParse(dumper, *xMetaFile);
     CPPUNIT_ASSERT(pXmlDoc);
 
-    {
-        SvFileStream aStream("/home/noel/libo/noel1.dump", StreamMode::WRITE | 
StreamMode::TRUNC);
-        dumper.dump(*xMetaFile, aStream);
-        aStream.Close();
-    }
     sal_Int32 nXChartWall = getXPath(pXmlDoc,
                                      
"/metafile/push[1]/push[1]/push[1]/push[3]/push[1]/push[1]/"
                                      "push[1]/push[1]/polyline[1]/point[2]",

Reply via email to