summaryrefslogtreecommitdiff
path: root/include/oox/vml
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:54:59 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:17 +0100
commit8955ce4ede374ed2af4477850809d21a2b5e6dd6 (patch)
treec71999765695c03d4620abe3e3f63994bebb3094 /include/oox/vml
parentde70ad0b0c65f4ae5dbdb156e1b9aa1d22855b2c (diff)
New loplugin:dynexcspec: Add @throws documentation, oox
Change-Id: I83c6995e4f15d6a042e57bac4d71874124402547
Diffstat (limited to 'include/oox/vml')
-rw-r--r--include/oox/vml/vmlinputstream.hxx6
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: