diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:49:12 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:11 +0100 |
commit | 8a12673c1727381ce8ab729759c3d9cd2069342e (patch) | |
tree | 654b5c1814e85c21b819e1f3753f49103bc8a1aa /ucb/source/ucp/file/filstr.hxx | |
parent | 1aabba2778e3a634be00d8a6eb0388c4aaf07ccf (diff) |
New loplugin:dynexcspec: Add @throws documentation, ucb
Change-Id: I39a50e3f066776ac670a99120e12624af39fa83a
Diffstat (limited to 'ucb/source/ucp/file/filstr.hxx')
-rw-r--r-- | ucb/source/ucp/file/filstr.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ucb/source/ucp/file/filstr.hxx b/ucb/source/ucp/file/filstr.hxx index fdc165760845..c4308afa3184 100644 --- a/ucb/source/ucp/file/filstr.hxx +++ b/ucb/source/ucp/file/filstr.hxx @@ -179,6 +179,9 @@ class XStream_impl : public cppu::WeakImplHelper< // Implementation methods + /// @throws css::io::NotConnectedException + /// @throws css::io::IOException + /// @throws css::uno::RuntimeException void SAL_CALL closeStream() throw( css::io::NotConnectedException, |