loplugin:unusedfields in store/
Change-Id: I0fae339e3736f98d5d534b8a01a3040c237c6621
This commit is contained in:
@@ -131,8 +131,6 @@ public:
|
|||||||
/** Representation.
|
/** Representation.
|
||||||
*/
|
*/
|
||||||
OStorePageDescriptor m_aDescr;
|
OStorePageDescriptor m_aDescr;
|
||||||
sal_uInt32 m_nSize;
|
|
||||||
sal_uInt32 m_nMagic;
|
|
||||||
|
|
||||||
/** Construction.
|
/** Construction.
|
||||||
*/
|
*/
|
||||||
@@ -216,7 +214,7 @@ inline bool OStorePageBIOS::isValid() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
inline OStorePageBIOS::ScanContext::ScanContext()
|
inline OStorePageBIOS::ScanContext::ScanContext()
|
||||||
: m_aDescr (0, 0, 0), m_nSize (0), m_nMagic (0)
|
: m_aDescr (0, 0, 0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user