Kaydet (Commit) ac1e33b0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unused inline function

Change-Id: Ib1e05194fd51b914da45cbdfb75e142be5d852fe
üst 43f55e39
......@@ -87,8 +87,6 @@ public:
bool addMark(sal_uInt32 nPosition);
bool removeMark(sal_uInt32 nPosition);
inline sal_uInt32 getReadPosition() const;
SeekResult setReadPosition(sal_uInt32 nPosition);
};
......@@ -123,15 +121,6 @@ inline bool SvDataPipe_Impl::isEOF() const
&& (!m_pReadPage || m_pReadPage->m_pRead == m_pReadPage->m_pEnd);
}
inline sal_uInt32 SvDataPipe_Impl::getReadPosition() const
{
return m_pReadPage == 0 ? 0 :
m_pReadPage->m_nOffset
+ (m_pReadPage->m_pRead
- m_pReadPage->m_aBuffer);
}
// SvOutputStreamOpenLockBytes
......
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