loplugin:unusedfields in store/

Change-Id: I0fae339e3736f98d5d534b8a01a3040c237c6621
This commit is contained in:
Noel Grandin 2015-11-23 11:53:14 +02:00
parent d47079668e
commit bc8c158ec6

View file

@ -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)
{
}