fix clang build
Change-Id: I0a1ed390462e068dc59e360b9b5dd4a798bac21c
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index 67c181c..8c53d6b 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -556,6 +556,8 @@ void SdImportTest::testFdo77027()
xDocShRef->DoClose();
}
namespace com { namespace sun { namespace star { namespace uno {
template<class T>
std::ostream& operator<<(std::ostream& rStrm, const uno::Reference<T>& xRef)
{
@@ -563,6 +565,8 @@ std::ostream& operator<<(std::ostream& rStrm, const uno::Reference<T>& xRef)
return rStrm;
}
} } } }
void SdImportTest::testTdf97808()
{
sd::DrawDocShellRef xDocShRef = loadURL(getURLFromSrc("/sd/qa/unit/data/tdf97808.fodp"), FODP);