summaryrefslogtreecommitdiff
path: root/store/source/stordata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/stordata.hxx')
-rw-r--r--store/source/stordata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/stordata.hxx b/store/source/stordata.hxx
index 02bddf088aaa..6c81fd6af257 100644
--- a/store/source/stordata.hxx
+++ b/store/source/stordata.hxx
@@ -75,7 +75,7 @@ struct OStoreDataPageData : public store::PageData
/** Construction.
*/
- explicit OStoreDataPageData (sal_uInt16 nPageSize = self::thePageSize)
+ explicit OStoreDataPageData (sal_uInt16 nPageSize)
: base (nPageSize)
{
base::m_aGuard.m_nMagic = store::htonl(self::theTypeId);