Kaydet (Commit) 14fa102c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix C4716: 'anonymous namespace'::Input::readBytes : must return a value

Change-Id: I1d660da4cdd3f612ac1478e37e613446d4253fae
üst 7d067d5c
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment