diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-02-13 14:39:04 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-02-13 14:39:04 +0100 |
commit | 495ad1e211a43b45f35620408707b404cc3a2058 (patch) | |
tree | 1c2b9fb6fa91447cf2cb7c60eebade466ce19d94 /desktop/test | |
parent | 03e17dbd7f20999e8ffe29d2fcc2a05abce92dad (diff) |
Fix !LIBO_INTERNAL_ONLY code (Extension_test-active)
...by reverting the broken part of 2c05d758b2b62c9df413e2514fb3cd233d0f3ec7 "add
<< operator for css::uno::Exception"
Change-Id: I1b625dad2050b7549338f148c016a515e42adeb6
Diffstat (limited to 'desktop/test')
-rw-r--r-- | desktop/test/deployment/active/active_native.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |