diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:53:35 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:15 +0100 |
commit | b814e4d0503ae135f4532e16db4830a4ac8c0167 (patch) | |
tree | 9e2733c61f637ba678a8f57377826020f7f14f23 /sax/inc | |
parent | f96428fc5f9c19b9fe1d6eb32ddac8d84f7372ef (diff) |
New loplugin:dynexcspec: Add @throws documentation, sax
Change-Id: If43818ca79bf134a5025ed184c201f4129630500
Diffstat (limited to 'sax/inc')
-rw-r--r-- | sax/inc/xml2utf.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sax/inc/xml2utf.hxx b/sax/inc/xml2utf.hxx index c001518419d6..843a3ef0ffcc 100644 --- a/sax/inc/xml2utf.hxx +++ b/sax/inc/xml2utf.hxx @@ -88,6 +88,10 @@ public: // @param nMaxToRead The number of chars, that should be read. Note that this is no exact number. There // may be returned less or more bytes than ordered. + /// @throws css::io::IOException + /// @throws css::io::NotConnectedException + /// @throws css::io::BufferSizeExceededException + /// @throws css::uno::RuntimeException sal_Int32 readAndConvert( css::uno::Sequence<sal_Int8> &seq , sal_Int32 nMaxToRead ) throw ( css::io::IOException, css::io::NotConnectedException , |