summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/exc_thrower.cxx2
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 );
}