From 18f513145477d4621290253d936dad7a40ee4c05 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 20 Jun 2017 19:54:23 +0200 Subject: loplugin:unusedfields store..svl Change-Id: I6070a683e5128271b84a10caccb548d07c950927 Reviewed-on: https://gerrit.libreoffice.org/39021 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sot/source/sdstor/stgdir.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sot/source/sdstor/stgdir.hxx') diff --git a/sot/source/sdstor/stgdir.hxx b/sot/source/sdstor/stgdir.hxx index ca80ab6f3ffa..5809703602dd 100644 --- a/sot/source/sdstor/stgdir.hxx +++ b/sot/source/sdstor/stgdir.hxx @@ -35,9 +35,8 @@ class StgDirEntry : public StgAvlNode friend class StgIterator; friend class StgDirStrm; StgEntry m_aSave; // original dir entry - StgDirEntry* m_pUp; // parent directory - StgDirEntry* m_pDown; // child directory for storages - StgDirEntry** m_ppRoot; // root of TOC tree + StgDirEntry* m_pUp; // parent directory + StgDirEntry* m_pDown; // child directory for storages StgStrm* m_pStgStrm; // storage stream StgTmpStrm* m_pTmpStrm; // temporary stream StgTmpStrm* m_pCurStrm; // temp stream after commit @@ -92,7 +91,6 @@ class StgDirStrm : public StgDataStrm { friend class StgIterator; StgDirEntry* m_pRoot; // root of dir tree - short m_nEntries; // entries per page void SetupEntry( sal_Int32, StgDirEntry* ); public: explicit StgDirStrm( StgIo& ); -- cgit