diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-04 15:11:53 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:31:49 +0200 |
commit | c11790bb6758af3220cbb5931bf2c9f77cbb51eb (patch) | |
tree | 6ddc992e921d0ba1817aa187ab88036ad9489141 /tools | |
parent | be9e7782309a176a68ff856dc18d737813fb14ae (diff) |
remove OV* debug stuff
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/stream/stream.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx index 7a41595ccf61..0ed749ebddfd 100644 --- a/tools/source/stream/stream.cxx +++ b/tools/source/stream/stream.cxx @@ -1454,12 +1454,6 @@ sal_uInt64 SvStream::Seek(sal_uInt64 const nFilePos) pBufPos = pRWBuf; m_nBufFilePos = SeekPos( nFilePos ); } -#ifdef OV_DEBUG - { - sal_uInt64 nDebugTemp = m_nBufFilePos + nBufActualPos; - DBG_ASSERT(Tell()==nDebugTemp,"Sync?"); - } -#endif return m_nBufFilePos + nBufActualPos; } |