summaryrefslogtreecommitdiff
path: root/cppu/inc/cppu/EnvGuards.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/inc/cppu/EnvGuards.hxx')
-rw-r--r--cppu/inc/cppu/EnvGuards.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/inc/cppu/EnvGuards.hxx b/cppu/inc/cppu/EnvGuards.hxx
index 07f65b2aced9..9279948e06b0 100644
--- a/cppu/inc/cppu/EnvGuards.hxx
+++ b/cppu/inc/cppu/EnvGuards.hxx
@@ -68,7 +68,7 @@ namespace cppu
@return 0 == empty, 1 == non empty
*/
- sal_Bool SAL_CALL is() const SAL_THROW( () )
+ sal_Bool SAL_CALL is() const SAL_THROW(())
{
return m_env.is();
}