[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sd/qa

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Feb 29 10:36:09 UTC 2016


 sd/qa/unit/import-tests.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit a30f48acf6b54199de1cc726f2d3e3d996280c65
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat Feb 27 14:35:10 2016 +0100

    fix clang build
    
    Change-Id: I0a1ed390462e068dc59e360b9b5dd4a798bac21c
    Reviewed-on: https://gerrit.libreoffice.org/22746
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index 482131e..8f4685b 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);


More information about the Libreoffice-commits mailing list