summaryrefslogtreecommitdiff
path: root/store/source/stortree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/stortree.hxx')
-rw-r--r--store/source/stortree.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/store/source/stortree.hxx b/store/source/stortree.hxx
index 94e61a11bd24..1146859aa1f4 100644
--- a/store/source/stortree.hxx
+++ b/store/source/stortree.hxx
@@ -53,11 +53,10 @@ struct OStoreBTreeEntry
*/
explicit OStoreBTreeEntry (
K const & rKey = K(),
- L const & rLink = L(),
- sal_uInt32 nAttrib = 0)
+ L const & rLink = L())
: m_aKey (rKey),
m_aLink (rLink),
- m_nAttrib (store::htonl(nAttrib))
+ m_nAttrib (store::htonl(0))
{}
OStoreBTreeEntry (const OStoreBTreeEntry & rhs)