From e2f94a8e2cf1761f5e2b0ae166f6a8bd73e0a15d Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 12 May 2014 10:50:16 -0400 Subject: Move this function object to o3tl. Change-Id: I9d1710fbed3c5753e84ed343c5136ab87909624d --- sc/source/core/data/columnspanset.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/source/core/data/columnspanset.cxx') diff --git a/sc/source/core/data/columnspanset.cxx b/sc/source/core/data/columnspanset.cxx index b06f9f7ed2c1..8cef96692b81 100644 --- a/sc/source/core/data/columnspanset.cxx +++ b/sc/source/core/data/columnspanset.cxx @@ -8,7 +8,6 @@ */ #include "columnspanset.hxx" -#include "stlalgorithm.hxx" #include "column.hxx" #include "table.hxx" #include "document.hxx" @@ -16,6 +15,7 @@ #include "markdata.hxx" #include "rangelst.hxx" #include +#include #include @@ -67,7 +67,7 @@ ColumnSpanSet::~ColumnSpanSet() if (!pTab) continue; - std::for_each(pTab->begin(), pTab->end(), ScDeleteObjectByPtr()); + std::for_each(pTab->begin(), pTab->end(), o3tl::default_deleter()); delete pTab; } } -- cgit v1.2.3