diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-01-16 19:47:20 +0100 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-01-17 20:24:17 +0000 |
commit | e87071ac57a7711078715d9165c264ec3db180ab (patch) | |
tree | 6a2c5a62f7fb3f162d1f9e7caf44e6846468532a /chart2 | |
parent | d0f3363aa8db533ba6fe356053caaf79a1507d14 (diff) |
replace boost::checked_deleter with std::default_delete
and remove all traces of boost/checked_delete.hpp
Change-Id: I4486d0e07a7197d75f8739c8c6d79670163eaab2
Reviewed-on: https://gerrit.libreoffice.org/33182
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'chart2')
4 files changed, 0 insertions, 5 deletions
diff --git a/chart2/inc/pch/precompiled_chartcontroller.hxx b/chart2/inc/pch/precompiled_chartcontroller.hxx index 458f9b952255..afdaf38929dc 100644 --- a/chart2/inc/pch/precompiled_chartcontroller.hxx +++ b/chart2/inc/pch/precompiled_chartcontroller.hxx @@ -54,7 +54,6 @@ #include <unordered_map> #include <utility> #include <vector> -#include <boost/checked_delete.hpp> #include <boost/intrusive_ptr.hpp> #include <boost/optional.hpp> #include <boost/shared_array.hpp> diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx index 908d7acb4216..3f066bae8e65 100644 --- a/chart2/inc/pch/precompiled_chartcore.hxx +++ b/chart2/inc/pch/precompiled_chartcore.hxx @@ -36,7 +36,6 @@ #include <unordered_map> #include <utility> #include <vector> -#include <boost/checked_delete.hpp> #include <boost/intrusive_ptr.hpp> #include <osl/conditn.hxx> #include <osl/diagnose.h> diff --git a/chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter.cxx b/chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter.cxx index e4ac94260d0b..773d24e443b2 100644 --- a/chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter.cxx @@ -34,8 +34,6 @@ #include <functional> #include <algorithm> -#include <boost/checked_delete.hpp> - using namespace ::com::sun::star; namespace diff --git a/chart2/source/view/main/GL3DRenderer.cxx b/chart2/source/view/main/GL3DRenderer.cxx index e1e4c01673e8..c00bd18f6521 100644 --- a/chart2/source/view/main/GL3DRenderer.cxx +++ b/chart2/source/view/main/GL3DRenderer.cxx @@ -19,7 +19,6 @@ #include <StaticGeometry.h> #include "glm/gtc/matrix_inverse.hpp" -#include <boost/checked_delete.hpp> #include <memory> #define DEBUG_FBO 0 |