diff options
Diffstat (limited to 'ucb/source/ucp/file/filrec.hxx')
-rw-r--r-- | ucb/source/ucp/file/filrec.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ucb/source/ucp/file/filrec.hxx b/ucb/source/ucp/file/filrec.hxx index f00684eb6f76..4d6833159719 100644 --- a/ucb/source/ucp/file/filrec.hxx +++ b/ucb/source/ucp/file/filrec.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: filrec.hxx,v $ - * $Revision: 1.3 $ + * $Revision: 1.3.22.1 $ * * This file is part of OpenOffice.org. * @@ -73,8 +73,6 @@ public: ::osl::FileBase::RC getPos( sal_uInt64& uPos ); - ::osl::FileBase::RC isEndOfFile( sal_Bool *pIsEOF ); - ::osl::FileBase::RC setSize( sal_uInt64 uSize ); ::osl::FileBase::RC getSize( sal_uInt64 &rSize ); @@ -83,8 +81,6 @@ public: ::osl::FileBase::RC write(const void *pBuffer, sal_uInt64 uBytesToWrite, sal_uInt64& rBytesWritten); - ::osl::FileBase::RC readLine( ::rtl::ByteSequence& aSeq ); - ::osl::FileBase::RC sync() const; }; |