diff options
Diffstat (limited to 'include/tools/stream.hxx')
-rw-r--r-- | include/tools/stream.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx index 726412825bf6..abf25b1e4a70 100644 --- a/include/tools/stream.hxx +++ b/include/tools/stream.hxx @@ -274,7 +274,6 @@ public: // length between current (Tell()) pos and end of stream virtual sal_uInt64 remainingSize(); void Flush(); - bool IsEof() const { return m_isEof; } // next Tell() <= nSize bool SetStreamSize( sal_uInt64 nSize ); |