summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--io/qa/textinputstream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/qa/textinputstream.cxx b/io/qa/textinputstream.cxx
index efba8ac40875..15a59bca05fe 100644
--- a/io/qa/textinputstream.cxx
+++ b/io/qa/textinputstream.cxx
@@ -47,7 +47,7 @@ private:
css::io::BufferSizeExceededException, css::io::IOException,
css::uno::RuntimeException, std::exception)
SAL_OVERRIDE
- { CPPUNIT_FAIL("readLine is supposed to call readSomeBytes instead"); }
+ { CPPUNIT_FAIL("readLine is supposed to call readSomeBytes instead"); return 0;}
sal_Int32 SAL_CALL readSomeBytes(
css::uno::Sequence<sal_Int8 > & aData, sal_Int32 nMaxBytesToRead)