diff options
Diffstat (limited to 'store/source/storcach.cxx')
-rw-r--r-- | store/source/storcach.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/storcach.cxx b/store/source/storcach.cxx index 08f63a46e0fb..c3db00d21f84 100644 --- a/store/source/storcach.cxx +++ b/store/source/storcach.cxx @@ -42,7 +42,7 @@ struct Entry { // Representation std::shared_ptr<PageData> m_xPage; - sal_uInt32 const m_nOffset; + sal_uInt32 m_nOffset; Entry * m_pNext; // Allocation |