[Libreoffice-commits] core.git: 2 commits - desktop/source sd/qa

Markus Mohrhard markus.mohrhard at googlemail.com
Sat Feb 27 13:36:02 UTC 2016


 desktop/source/app/sofficemain.cxx |    1 +
 sd/qa/unit/import-tests.cxx        |    4 ++++
 2 files changed, 5 insertions(+)

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

    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);
commit 53bd58b54077b6aa57836aab57a317b75edea2ab
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat Feb 27 14:26:34 2016 +0100

    leave comment about minidump location
    
    Change-Id: Ic2f44caabe14efc2555e8d155273f75a2602932c

diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx
index 3484b84..5a724d3 100644
--- a/desktop/source/app/sofficemain.cxx
+++ b/desktop/source/app/sofficemain.cxx
@@ -83,6 +83,7 @@ extern "C" int DESKTOP_DLLPUBLIC soffice_main()
 #if HAVE_FEATURE_BREAKPAD
 
 #if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID
+    // TODO: we need a better location for this
     google_breakpad::MinidumpDescriptor descriptor("/tmp");
     google_breakpad::ExceptionHandler eh(descriptor, nullptr, dumpCallback, nullptr, true, -1);
 #else


More information about the Libreoffice-commits mailing list