diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-01 12:22:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-01 12:22:19 +0200 |
commit | fb4580f6aae4d2d5377913c255e42e0919466ab3 (patch) | |
tree | b7b7d36fc7d60a309f38a677eab03e036d15aa42 /sd/qa | |
parent | 546c3469af49e4b21fcefd719e93437e4de14485 (diff) |
loplugin:unreffun
...after 0a93639221a9de78eb548cf73a616f74c464d7ce "sd: split up sd_export_tests"
added assertion_traits<Color> to sd/qa/unit/sdmodeltestbase.hxx
Change-Id: Ief66367b6cd5499d75ac563b6f99427789394ff5
Diffstat (limited to 'sd/qa')
-rw-r--r-- | sd/qa/unit/import-tests.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index b32ba901d34d..5a4fae395516 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); |