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 /cppu/source/threadpool/current.hxx | |
parent | bf37694ab8c984e3cbbe666c408e0f168ba61f52 (diff) |
cppu: remove SAL_THROW macro
Change-Id: I2f1909f953846f0d0b6fb402b4beb373bba8b2a8
Diffstat (limited to 'cppu/source/threadpool/current.hxx')
-rw-r--r-- | cppu/source/threadpool/current.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/threadpool/current.hxx b/cppu/source/threadpool/current.hxx index 6751bc6c0de2..d69d1eade5e3 100644 --- a/cppu/source/threadpool/current.hxx +++ b/cppu/source/threadpool/current.hxx @@ -39,7 +39,7 @@ struct IdContainer sal_Sequence * pCurrentId; }; -IdContainer * getIdContainer() SAL_THROW(()); +IdContainer * getIdContainer(); } #endif |