[Libreoffice-commits] core.git: sd/qa

Tamás Zolnai tamas.zolnai at collabora.com
Sat Feb 24 12:35:22 UTC 2018


 sd/qa/unit/tiledrendering/tiledrendering.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit c64f2d34c0e62ec288b2e1453bf91f9f650db845
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date:   Sat Feb 24 13:33:15 2018 +0100

    Remove accidently committed debug lines
    
    Change-Id: Id083a3bb38ba89e00239e71387377691afd4f31c

diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index 9f4c94035674..310dd90f1910 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -2216,11 +2216,6 @@ void SdTiledRenderingTest::testCutSelectionChange()
 
     // Selection is removed
     CPPUNIT_ASSERT_EQUAL(static_cast<std::size_t>(0), m_aSelection.size());
-
-    utl::TempFile* pNewTempFile(new utl::TempFile);
-    FileFormat* pFormat = getFormat(ODP);
-    save(pXImpressDocument->GetDocShell(), pFormat, *pNewTempFile);
-
     comphelper::LibreOfficeKit::setActive(false);
 }
 


More information about the Libreoffice-commits mailing list