summaryrefslogtreecommitdiffstats
path: root/io/qa/textinputstream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/qa/textinputstream.cxx')
-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 75371a0d3863..6e67f5e986ed 100644
--- a/io/qa/textinputstream.cxx
+++ b/io/qa/textinputstream.cxx
@@ -43,7 +43,7 @@ private:
sal_Int32 SAL_CALL readBytes(css::uno::Sequence<sal_Int8> &, sal_Int32)
override
- { CPPUNIT_FAIL("readLine is supposed to call readSomeBytes instead"); return 0;}
+ { CPPUNIT_FAIL("readLine is supposed to call readSomeBytes instead"); }
sal_Int32 SAL_CALL readSomeBytes(
css::uno::Sequence<sal_Int8 > & aData, sal_Int32 nMaxBytesToRead) override