diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-23 11:53:14 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-23 13:30:54 +0200 |
commit | bc8c158ec6ba24b1ecaf5d3d57deb65ef0670f6c (patch) | |
tree | c4e9062154a9de52e78c0c442563319f3e6497cf /store | |
parent | d47079668ee1a996685399521092fdaa5560be29 (diff) |
loplugin:unusedfields in store/
Change-Id: I0fae339e3736f98d5d534b8a01a3040c237c6621
Diffstat (limited to 'store')
-rw-r--r-- | store/source/storbios.hxx | 4 |
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) { } |