diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-12-06 00:19:44 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-12-06 00:20:08 +0900 |
commit | 877da827a7aab5a7fb6bc3f84c2d5a48cac381ff (patch) | |
tree | 1e7ffcfc4020227cd1662cffb8ad894e3398e5a2 /desktop/test/deployment/active | |
parent | ac9f72d9627f979f1e4bd0490578aba1ede577d4 (diff) |
catch exception by constant reference
Diffstat (limited to 'desktop/test/deployment/active')
-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 3c5f7ecebdd9..9845fd511168 100644 --- a/desktop/test/deployment/active/active_native.cxx +++ b/desktop/test/deployment/active/active_native.cxx @@ -303,7 +303,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo( "active_native_singleton")))), css::uno::UNO_SET_THROW)-> setStringValue(Dispatch::static_getImplementationName()); - } catch (css::uno::Exception & e) { + } catch (const css::uno::Exception & e) { (void) e; OSL_TRACE( "active_native component_writeInfo exception: %s", |