summaryrefslogtreecommitdiff
path: root/store/source/lockbyte.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/lockbyte.cxx')
-rw-r--r--store/source/lockbyte.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/store/source/lockbyte.cxx b/store/source/lockbyte.cxx
index 91de98023c48..4a163fff6c9f 100644
--- a/store/source/lockbyte.cxx
+++ b/store/source/lockbyte.cxx
@@ -322,7 +322,7 @@ protected:
} // namespace store
FileLockBytes::FileLockBytes (FileHandle const & rFile)
- : m_hFile (rFile.m_handle), m_nSize (SAL_MAX_UINT32), m_xAllocator()
+ : m_hFile (rFile.m_handle), m_nSize (SAL_MAX_UINT32)
{
}
@@ -695,7 +695,7 @@ protected:
} // namespace store
MemoryLockBytes::MemoryLockBytes()
- : m_pData (nullptr), m_nSize (0), m_xAllocator()
+ : m_pData (nullptr), m_nSize (0)
{}
MemoryLockBytes::~MemoryLockBytes()