summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-02-27 14:35:10 +0100
committerAndras Timar <andras.timar@collabora.com>2016-03-02 11:00:02 +0100
commitbefb3a1f2958b601dde72aa7de4c71fedc76c2aa (patch)
treef3c20c4e11f4764d59b194417a20d9621e81c41b /sd
parent91063e3e6b53e3eff65df5106dc5dfc8f4b45568 (diff)
fix clang build
Change-Id: I0a1ed390462e068dc59e360b9b5dd4a798bac21c Reviewed-on: https://gerrit.libreoffice.org/22746 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit a30f48acf6b54199de1cc726f2d3e3d996280c65)
Diffstat (limited to 'sd')
-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 482131e344f4..8f4685b1e6d2 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -591,6 +591,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)
{
@@ -598,6 +600,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);