From 780d0945fb917ead9b98debe57210092cdc59351 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 7 May 2019 07:49:44 +0200 Subject: Replace list by deque for maFkpCache (ww8scan) Change-Id: I5d2699bd3cbbc18844585f8c2619295f974eb7ce Reviewed-on: https://gerrit.libreoffice.org/71887 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sw/source/filter/ww8/ww8scan.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw') diff --git a/sw/source/filter/ww8/ww8scan.hxx b/sw/source/filter/ww8/ww8scan.hxx index 3a109542791a..d22a32180dbf 100644 --- a/sw/source/filter/ww8/ww8scan.hxx +++ b/sw/source/filter/ww8/ww8scan.hxx @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include @@ -600,7 +600,7 @@ private: == 10 : 18549 pap, 47 chp == 5 : 18515 pap, 47 chp */ - std::list> maFkpCache; + std::deque> maFkpCache; enum Limits {eMaxCache = 50000}; bool NewFkp(); -- cgit ta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author