diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-06 17:07:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-06 17:07:35 +0200 |
commit | d0bc637426060593046c8d3a4d01d0b05b052cc5 (patch) | |
tree | 8acab09073f56b0eb04ed9e168f1f5f36428ea99 /pyuno | |
parent | 07f5d9839fc28343447b2879a3ccf138bd025544 (diff) |
Normalize on using @throws instead of @raise[s]
...as the former is used almost exclusively
Change-Id: I38ff11cd0d5125534550df99dd427666011c3b7b
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/inc/pyuno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/inc/pyuno.hxx b/pyuno/inc/pyuno.hxx index eac255469a6b..c80d9b13f8fc 100644 --- a/pyuno/inc/pyuno.hxx +++ b/pyuno/inc/pyuno.hxx @@ -276,7 +276,7 @@ public: precondition: The current thread MUST NOT hold the global interpreter lock. postcondition: The global interpreter lock is acquired - @raises css::uno::RuntimeException + @throws css::uno::RuntimeException in case no pythread state could be created */ PyThreadAttach( PyInterpreterState *interp) throw ( css::uno::RuntimeException ); |