summaryrefslogtreecommitdiffstats
path: root/connectivity/source/inc/dbase/DIndex.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-18 14:24:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-19 11:57:57 +0100
commita5be07d6b627a18f104e2feed063ff9020e8c610 (patch)
tree389ea7a3c163bcafca743373b94cda4fba937552 /connectivity/source/inc/dbase/DIndex.hxx
parentlok: sc: missing header invalidation on undo an autofilter action (diff)
downloadcore-a5be07d6b627a18f104e2feed063ff9020e8c610.tar.gz
core-a5be07d6b627a18f104e2feed063ff9020e8c610.zip
inline use-once typedefs
Change-Id: I5c3ffc03c26b3428f1f336e6ecba7838a1cf1157 Reviewed-on: https://gerrit.libreoffice.org/46764 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/inc/dbase/DIndex.hxx')
-rw-r--r--connectivity/source/inc/dbase/DIndex.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/connectivity/source/inc/dbase/DIndex.hxx b/connectivity/source/inc/dbase/DIndex.hxx
index 8a0f0bff8b1f..32f252b1ccec 100644
--- a/connectivity/source/inc/dbase/DIndex.hxx
+++ b/connectivity/source/inc/dbase/DIndex.hxx
@@ -72,7 +72,8 @@ namespace connectivity
private:
SvStream* m_pFileStream; // Stream to read/write the index
NDXHeader m_aHeader;
- ONDXPageList m_aCollector; // Pool of obsolete pages
+ std::vector<ONDXPage*>
+ m_aCollector; // Pool of obsolete pages
ONDXPagePtr m_aRoot, // Root of the B+ tree
m_aCurLeaf; // Current leaf
sal_uInt16 m_nCurNode; // Position of the current node