sw/source/core/doc/tblcpy.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 1a583283d6b58c8951cb52faac82ecb24fdbf1b3 Author: Caolán McNamara <caol...@redhat.com> Date: Tue Oct 18 14:03:50 2016 +0100 Revert "std::list<sal_uLong> to deque" stldebug assert on insert->table, ok, ctrl+a, ctrl+c, ctrl+v This reverts commit 9e9e7bd3c9dc9a3149436916e747c7f7ee040621. diff --git a/sw/source/core/doc/tblcpy.cxx b/sw/source/core/doc/tblcpy.cxx index c199d6d..7a13fd3 100644 --- a/sw/source/core/doc/tblcpy.cxx +++ b/sw/source/core/doc/tblcpy.cxx @@ -45,7 +45,6 @@ #include <redline.hxx> #include <fmtfsize.hxx> #include <list> -#include <deque> #include <memory> #include <o3tl/make_unique.hxx> @@ -69,7 +68,7 @@ namespace typedef std::vector< BoxSpanInfo > BoxStructure; typedef std::vector< BoxStructure > LineStructure; - typedef std::deque< sal_uLong > ColumnStructure; + typedef std::list< sal_uLong > ColumnStructure; struct SubBox {
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits