summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
Diffstat (limited to 'store')
-rw-r--r--store/source/storbios.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/store/source/storbios.hxx b/store/source/storbios.hxx
index 3dec2a8fb13e..1278a38664c1 100644
--- a/store/source/storbios.hxx
+++ b/store/source/storbios.hxx
@@ -131,8 +131,6 @@ public:
/** Representation.
*/
OStorePageDescriptor m_aDescr;
- sal_uInt32 m_nSize;
- sal_uInt32 m_nMagic;
/** Construction.
*/
@@ -216,7 +214,7 @@ inline bool OStorePageBIOS::isValid() const
}
inline OStorePageBIOS::ScanContext::ScanContext()
- : m_aDescr (0, 0, 0), m_nSize (0), m_nMagic (0)
+ : m_aDescr (0, 0, 0)
{
}