summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/tblcpy.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-18 14:03:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-18 14:05:55 +0100
commit1a583283d6b58c8951cb52faac82ecb24fdbf1b3 (patch)
tree630c65214e23a2c28773b3727c1fd6eda902c3ee /sw/source/core/doc/tblcpy.cxx
parenta747ed3ca4f5c9f7478aa723044be844e7581b64 (diff)
Revert "std::list<sal_uLong> to deque"
stldebug assert on insert->table, ok, ctrl+a, ctrl+c, ctrl+v This reverts commit 9e9e7bd3c9dc9a3149436916e747c7f7ee040621.
Diffstat (limited to 'sw/source/core/doc/tblcpy.cxx')
-rw-r--r--sw/source/core/doc/tblcpy.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/core/doc/tblcpy.cxx b/sw/source/core/doc/tblcpy.cxx
index c199d6df28a3..7a13fd33205c 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
{