summaryrefslogtreecommitdiff
path: root/store/workben/t_page.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/workben/t_page.cxx')
-rw-r--r--store/workben/t_page.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/store/workben/t_page.cxx b/store/workben/t_page.cxx
index 5fa7ca62bc29..54a32e15f2b1 100644
--- a/store/workben/t_page.cxx
+++ b/store/workben/t_page.cxx
@@ -1163,7 +1163,6 @@ storeError MemoryPageAccess::peekAt_Impl (sal_uInt32 nOffset, void * pBuffer, sa
if (!(dst_lo <= dst_hi))
return store_E_InvalidParameter;
- // ...
sal_uInt8 const * src_lo = m_pData + nOffset;
if (!(src_lo <= m_pData + m_nSize))
return store_E_CantSeek;
@@ -1191,7 +1190,6 @@ storeError MemoryPageAccess::pokeAt_Impl (sal_uInt32 nOffset, void const * pBuff
if (uSize > SAL_MAX_UINT32)
return store_E_CantSeek;
- // ...
if (uSize > m_nSize)
{
// increase size.