diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-20 19:54:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 08:43:05 +0200 |
commit | 18f513145477d4621290253d936dad7a40ee4c05 (patch) | |
tree | 488acddc766727dc28c28c026c9bc2a2a5e10900 /store/source | |
parent | 742c0838f29bd09505e2cb9ca35debf401c18c23 (diff) |
loplugin:unusedfields store..svl
Change-Id: I6070a683e5128271b84a10caccb548d07c950927
Reviewed-on: https://gerrit.libreoffice.org/39021
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'store/source')
-rw-r--r-- | store/source/stordir.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/store/source/stordir.cxx b/store/source/stordir.cxx index a4847cbc719e..ec18b81176a3 100644 --- a/store/source/stordir.cxx +++ b/store/source/stordir.cxx @@ -193,7 +193,6 @@ storeError OStoreDirectory_Impl::iterate (storeFindData &rFindData) rFindData.m_nLength = static_cast<sal_Int32>(n); rFindData.m_nAttrib |= aPage.attrib(); - rFindData.m_nSize = aPage.dataLength(); // Leave. rFindData.m_nReserved = store::ntohl(aKey.m_nLow); |