From 41e35159786a2bcad416e3541ba90a69b9d2f0db Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 5 Jun 2014 08:13:49 +0200 Subject: cppu: remove SAL_THROW macro Change-Id: I2f1909f953846f0d0b6fb402b4beb373bba8b2a8 --- include/cppu/EnvGuards.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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(); } -- cgit