summaryrefslogtreecommitdiff
path: root/store/source/storbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storbase.hxx')
-rw-r--r--store/source/storbase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/store/source/storbase.hxx b/store/source/storbase.hxx
index db98c3e6e1c9..3cc2bc54a6e7 100644
--- a/store/source/storbase.hxx
+++ b/store/source/storbase.hxx
@@ -174,9 +174,9 @@ struct OStorePageGuard
/** Construction.
*/
- explicit OStorePageGuard (sal_uInt32 nMagic = 0, sal_uInt32 nCRC32 = 0)
+ explicit OStorePageGuard (sal_uInt32 nMagic = 0)
: m_nMagic (store::htonl(nMagic)),
- m_nCRC32 (store::htonl(nCRC32))
+ m_nCRC32 (store::htonl(0))
{}
void swap (OStorePageGuard & rhs)