diff options
-rw-r--r-- | tools/inc/tools/stream.hxx | 1 | ||||
-rw-r--r-- | tools/source/stream/strmunx.cxx | 11 | ||||
-rwxr-xr-x | unusedcode.easy | 1 |
3 files changed, 0 insertions, 13 deletions
diff --git a/tools/inc/tools/stream.hxx b/tools/inc/tools/stream.hxx index c598efd42c70..0f2456b4acb9 100644 --- a/tools/inc/tools/stream.hxx +++ b/tools/inc/tools/stream.hxx @@ -641,7 +641,6 @@ private: sal_Bool LockRange( sal_Size nByteOffset, sal_Size nBytes ); sal_Bool UnlockRange( sal_Size nByteOffset, sal_Size nBytes ); sal_Bool LockFile(); - sal_Bool UnlockFile(); protected: diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx index 425a68f66630..9eb6b3864e0a 100644 --- a/tools/source/stream/strmunx.cxx +++ b/tools/source/stream/strmunx.cxx @@ -658,17 +658,6 @@ sal_Bool SvFileStream::LockFile() /************************************************************************* |* -|* SvFileStream::UnlockFile() -|* -*************************************************************************/ - -sal_Bool SvFileStream::UnlockFile() -{ - return UnlockRange( 0UL, 0UL ); -} - -/************************************************************************* -|* |* SvFileStream::Open() |* *************************************************************************/ diff --git a/unusedcode.easy b/unusedcode.easy index b5090c1efc17..329509ac1a98 100755 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -176,7 +176,6 @@ StgCache::Pos2Page(int) StgHeader::SetClassId(ClsId const&) StorageStream::ValidateMode(unsigned short, StgDirEntry*) const SvBorder::SvBorder(Rectangle const&, Rectangle const&) -SvFileStream::UnlockFile() SvI18NMap_Impl::Insert(SvI18NMapEntry_Impl* const&, unsigned short&) SvI18NMap_Impl::Insert(SvI18NMapEntry_Impl* const*, unsigned short) SvI18NMap_Impl::Insert(SvI18NMap_Impl const*, unsigned short, unsigned short) |