summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/cppu/EnvGuards.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppu/EnvGuards.hxx b/include/cppu/EnvGuards.hxx
index 405fd3b4169b..3997c46f12a7 100644
--- a/include/cppu/EnvGuards.hxx
+++ b/include/cppu/EnvGuards.hxx
@@ -59,7 +59,7 @@ namespace cppu
@return 0 == empty, 1 == non empty
*/
- bool SAL_CALL is() const SAL_THROW(())
+ bool SAL_CALL is() const
{
return m_env.is();
}