Kaydet (Commit) bc8c158e authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:unusedfields in store/

Change-Id: I0fae339e3736f98d5d534b8a01a3040c237c6621
üst d4707966
......@@ -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)
{
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment