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

Stephan Bergmann sbergman at redhat.com
Fri Jul 1 10:23:57 UTC 2016


 sd/qa/unit/import-tests.cxx |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit fb4580f6aae4d2d5377913c255e42e0919466ab3
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Jul 1 12:22:19 2016 +0200

    loplugin:unreffun
    
    ...after 0a93639221a9de78eb548cf73a616f74c464d7ce "sd: split up sd_export_tests"
    added assertion_traits<Color> to sd/qa/unit/sdmodeltestbase.hxx
    
    Change-Id: Ief66367b6cd5499d75ac563b6f99427789394ff5

diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index b32ba90..5a4fae3 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -557,13 +557,6 @@ void SdImportTest::testFdo72998()
     xDocShRef->DoClose();
 }
 
-// FIXME copypasta
-std::ostream& operator<<(std::ostream& rStrm, const Color& rColor)
-{
-    rStrm << "Color: R:" << rColor.GetRed() << " G:" << rColor.GetGreen() << " B: " << rColor.GetBlue();
-    return rStrm;
-}
-
 void SdImportTest::testFdo77027()
 {
     sd::DrawDocShellRef xDocShRef = loadURL(m_directories.getURLFromSrc("/sd/qa/unit/data/odp/fdo77027.odp"), ODP);


More information about the Libreoffice-commits mailing list