loplugin:unusedfields in store/
Change-Id: I0fae339e3736f98d5d534b8a01a3040c237c6621
This commit is contained in:
parent
d47079668e
commit
bc8c158ec6
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue