diff options
Diffstat (limited to 'pyuno/inc/pyuno.hxx')
-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 ); |