diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 1 | ||||
-rw-r--r-- | sd/source/filter/eppt/pptx-epptooxml.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/view/SlideSorterView.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index 27a55f416e87..992b90101ff0 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -69,7 +69,6 @@ #include <basic/sbx.hxx> #include <boost/bind.hpp> #include <boost/enable_shared_from_this.hpp> -#include <boost/foreach.hpp> #include <boost/function.hpp> #include <boost/limits.hpp> #include <boost/make_shared.hpp> diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx index b27fa08b8ecf..5bd838315959 100644 --- a/sd/source/filter/eppt/pptx-epptooxml.cxx +++ b/sd/source/filter/eppt/pptx-epptooxml.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <boost/foreach.hpp> #include <stdio.h> #include <oox/drawingml/chart/chartconverter.hxx> #include <oox/token/tokens.hxx> diff --git a/sd/source/ui/slidesorter/view/SlideSorterView.cxx b/sd/source/ui/slidesorter/view/SlideSorterView.cxx index 51d1a6694ca4..705ca080a551 100644 --- a/sd/source/ui/slidesorter/view/SlideSorterView.cxx +++ b/sd/source/ui/slidesorter/view/SlideSorterView.cxx @@ -72,7 +72,6 @@ #ifdef DEBUG_TIMING #include <vector> #endif -#include <boost/foreach.hpp> using namespace std; using namespace ::sd::slidesorter::model; |