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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/store/source/lockbyte.cxx b/store/source/lockbyte.cxx
index 444772e8ff8d..20740b43804a 100644
--- a/store/source/lockbyte.cxx
+++ b/store/source/lockbyte.cxx
@@ -282,7 +282,7 @@ class FileLockBytes :
{
/** Representation.
*/
- oslFileHandle m_hFile;
+ oslFileHandle const m_hFile;
sal_uInt32 m_nSize;
rtl::Reference< PageData::Allocator > m_xAllocator;
@@ -506,10 +506,10 @@ class MappedLockBytes :
{
/** Representation.
*/
- sal_uInt8 * m_pData;
- sal_uInt32 m_nSize;
+ sal_uInt8 * const m_pData;
+ sal_uInt32 const m_nSize;
sal_uInt16 m_nPageSize;
- oslFileHandle m_hFile;
+ oslFileHandle const m_hFile;
/** PageData::Allocator implementation.
*/