[Libreoffice-commits] core.git: desktop/test

Stephan Bergmann sbergman at redhat.com
Tue Feb 13 13:41:05 UTC 2018


 desktop/test/deployment/active/active_native.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 495ad1e211a43b45f35620408707b404cc3a2058
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Feb 13 14:39:04 2018 +0100

    Fix !LIBO_INTERNAL_ONLY code (Extension_test-active)
    
    ...by reverting the broken part of 2c05d758b2b62c9df413e2514fb3cd233d0f3ec7 "add
    << operator for css::uno::Exception"
    
    Change-Id: I1b625dad2050b7549338f148c016a515e42adeb6

diff --git a/desktop/test/deployment/active/active_native.cxx b/desktop/test/deployment/active/active_native.cxx
index 3a2af3f9c2dc..0c1154bcc441 100644
--- a/desktop/test/deployment/active/active_native.cxx
+++ b/desktop/test/deployment/active/active_native.cxx
@@ -267,7 +267,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo(
     } catch (const css::uno::Exception & e) {
         SAL_INFO(
             "desktop.test",
-            "active_native component_writeInfo: " << e);
+            "active_native component_writeInfo exception: " << e.Message);
         return false;
     }
     return true;


More information about the Libreoffice-commits mailing list