diff options
author | Noel Grandin <noel@peralex.com> | 2014-06-05 08:13:49 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-06-05 08:17:49 +0200 |
commit | 41e35159786a2bcad416e3541ba90a69b9d2f0db (patch) | |
tree | 4c4e232aed4240dcb891a362981fceaf819f50a2 /include/cppu/EnvGuards.hxx | |
parent | bf37694ab8c984e3cbbe666c408e0f168ba61f52 (diff) |
cppu: remove SAL_THROW macro
Change-Id: I2f1909f953846f0d0b6fb402b4beb373bba8b2a8
Diffstat (limited to 'include/cppu/EnvGuards.hxx')
-rw-r--r-- | include/cppu/EnvGuards.hxx | 2 |
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(); } |