summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-02-27 14:35:10 +0100
committerMichael Stahl <mstahl@redhat.com>2016-02-29 10:35:49 +0000
commit0e8e2899cf1b21aecc7bc0cbf7c9e4b775739f44 (patch)
treedf95def0dca56bad0b1252dbe03993e7065c58a0
parent7eae3f0389503a39291d0d8dc746a2390588068e (diff)
fix clang build
Change-Id: I0a1ed390462e068dc59e360b9b5dd4a798bac21c Reviewed-on: https://gerrit.libreoffice.org/22745 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r--sd/qa/unit/import-tests.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index 002c3c536262..4ae4e4ecc8c2 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -555,6 +555,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)
{
@@ -562,6 +564,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);