diff options
-rw-r--r-- | cppuhelper/source/exc_thrower.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/exc_thrower.cxx b/cppuhelper/source/exc_thrower.cxx index 0b54a7895827..f5bc1d5aa9d5 100644 --- a/cppuhelper/source/exc_thrower.cxx +++ b/cppuhelper/source/exc_thrower.cxx @@ -157,7 +157,7 @@ void ExceptionThrower::release() throw () void ExceptionThrower::throwException( Any const & exc ) throw (Exception, std::exception) { OSL_FAIL( "unexpected!" ); - throwException( exc ); + cppu::throwException( exc ); } |