sw/source/core/table/swtable.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b7f4d4d3c3ea6872e9cad18765dced48d41a7fc5 Author: Julien Nabet <[email protected]> AuthorDate: Sat Sep 12 21:10:43 2020 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sun Sep 13 10:26:22 2020 +0200 Following d52674ad92172ce67c94b5970668aeb00d1c6ac5 author Noel Grandin <[email protected]> 2020-09-12 08:15:30 +0200 committer Noel Grandin <[email protected]> 2020-09-12 13:35:16 +0200 commit d52674ad92172ce67c94b5970668aeb00d1c6ac5 (patch) tree e4011c86f470c710fa80b22edfe081ddd2475adf parent 286a7f3ec8976761f3e796e13b374700063dbc4b (diff) std::list->vector in SwTable Change-Id: I6c3db995750de65f2255d7a39323d9d7594d1aff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102539 Reviewed-by: Noel Grandin <[email protected]> Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/sw/source/core/table/swtable.cxx b/sw/source/core/table/swtable.cxx index 9742427740c5..a379e6d0aa6c 100644 --- a/sw/source/core/table/swtable.cxx +++ b/sw/source/core/table/swtable.cxx @@ -54,7 +54,7 @@ #include <shellres.hxx> #include <viewsh.hxx> #include <redline.hxx> -#include <list> +#include <vector> #include <calbck.hxx> #ifdef DBG_UTIL _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
