summaryrefslogtreecommitdiff
path: root/include/oox/vml
diff options
context:
space:
mode:
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: