diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:54:59 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:17 +0100 |
commit | 8955ce4ede374ed2af4477850809d21a2b5e6dd6 (patch) | |
tree | c71999765695c03d4620abe3e3f63994bebb3094 /include/oox/vml | |
parent | de70ad0b0c65f4ae5dbdb156e1b9aa1d22855b2c (diff) |
New loplugin:dynexcspec: Add @throws documentation, oox
Change-Id: I83c6995e4f15d6a042e57bac4d71874124402547
Diffstat (limited to 'include/oox/vml')
-rw-r--r-- | include/oox/vml/vmlinputstream.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/oox/vml/vmlinputstream.hxx b/include/oox/vml/vmlinputstream.hxx index 27e697f005e5..8966a41966df 100644 --- a/include/oox/vml/vmlinputstream.hxx +++ b/include/oox/vml/vmlinputstream.hxx @@ -80,8 +80,14 @@ public: throw (css::io::NotConnectedException, css::io::IOException, css::uno::RuntimeException, std::exception) override; private: + /// @throws css::io::IOException + /// @throws css::uno::RuntimeException void updateBuffer() throw (css::io::IOException, css::uno::RuntimeException); + /// @throws css::io::IOException + /// @throws css::uno::RuntimeException OString readToElementBegin() throw (css::io::IOException, css::uno::RuntimeException); + /// @throws css::io::IOException + /// @throws css::uno::RuntimeException OString readToElementEnd() throw (css::io::IOException, css::uno::RuntimeException); private: |