summaryrefslogtreecommitdiffstats
path: root/io/source/TextInputStream
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:55:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:18 +0100
commitf725fadea60a4a74724f8bb9c71aa54a644c35bb (patch)
tree971a86d011ff6d7362d83be5f7f80aa453be8584 /io/source/TextInputStream
parentNew loplugin:dynexcspec: Add @throws documentation, lingucomponent (diff)
downloadcore-f725fadea60a4a74724f8bb9c71aa54a644c35bb.tar.gz
core-f725fadea60a4a74724f8bb9c71aa54a644c35bb.zip
New loplugin:dynexcspec: Add @throws documentation, io
Change-Id: I2d8b69454217bbbc9542cced8ce85269e3872662
Diffstat (limited to 'io/source/TextInputStream')
-rw-r--r--io/source/TextInputStream/TextInputStream.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx
index 5e43365ecc3c..9ae0dcd65c1d 100644
--- a/io/source/TextInputStream/TextInputStream.cxx
+++ b/io/source/TextInputStream/TextInputStream.cxx
@@ -71,9 +71,13 @@ class OTextInputStream : public WeakImplHelper< XTextInputStream2, XServiceInfo
bool mbReachedEOF;
void implResizeBuffer();
+ /// @throws IOException
+ /// @throws RuntimeException
OUString implReadString( const Sequence< sal_Unicode >& Delimiters,
bool bRemoveDelimiter, bool bFindLineEnd )
throw(IOException, RuntimeException);
+ /// @throws IOException
+ /// @throws RuntimeException
sal_Int32 implReadNext() throw(IOException, RuntimeException);
public: