diff options
-rw-r--r-- | basic/inc/pch/precompiled_sb.hxx | 1 | ||||
-rw-r--r-- | sc/inc/pch/precompiled_sc.hxx | 1 | ||||
-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 | ||||
-rw-r--r-- | sw/inc/edimp.hxx | 1 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_sw.hxx | 1 | ||||
-rw-r--r-- | sw/source/core/doc/DocumentLinksAdministrationManager.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/doc/docbm.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/docnode/ndtbl.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/edit/autofmt.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/tox/ToxTextGenerator.cxx | 1 | ||||
-rw-r--r-- | vcl/inc/pch/precompiled_vcl.hxx | 1 | ||||
-rw-r--r-- | vcl/source/edit/texteng.cxx | 1 |
14 files changed, 2 insertions, 13 deletions
diff --git a/basic/inc/pch/precompiled_sb.hxx b/basic/inc/pch/precompiled_sb.hxx index e67f28f22f16..08e6c874b0d3 100644 --- a/basic/inc/pch/precompiled_sb.hxx +++ b/basic/inc/pch/precompiled_sb.hxx @@ -15,7 +15,6 @@ */ #include "math.h" -#include <boost/foreach.hpp> #include <boost/optional.hpp> #include <boost/scoped_array.hpp> #include <boost/scoped_ptr.hpp> diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index 1070123bccf8..476dea8b6401 100644 --- a/sc/inc/pch/precompiled_sc.hxx +++ b/sc/inc/pch/precompiled_sc.hxx @@ -36,7 +36,6 @@ #include <basic/sbxobj.hxx> #include <boost/bind.hpp> #include <boost/checked_delete.hpp> -#include <boost/foreach.hpp> #include <boost/noncopyable.hpp> #include <boost/ptr_container/ptr_vector.hpp> #include <boost/random.hpp> 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; diff --git a/sw/inc/edimp.hxx b/sw/inc/edimp.hxx index 44d53e8785f1..63ef3d0ac332 100644 --- a/sw/inc/edimp.hxx +++ b/sw/inc/edimp.hxx @@ -22,7 +22,6 @@ #include <tools/solar.h> #include <o3tl/sorted_vector.hxx> -#include <boost/foreach.hpp> class SwPaM; class SwNodeIndex; diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx index c52354d3288b..9ac41daa9315 100644 --- a/sw/inc/pch/precompiled_sw.hxx +++ b/sw/inc/pch/precompiled_sw.hxx @@ -45,7 +45,6 @@ #include <basic/sbxobj.hxx> #include <basic/sbxvar.hxx> #include <boost/bind.hpp> -#include <boost/foreach.hpp> #include <boost/function.hpp> #include <boost/make_shared.hpp> #include <boost/noncopyable.hpp> diff --git a/sw/source/core/doc/DocumentLinksAdministrationManager.cxx b/sw/source/core/doc/DocumentLinksAdministrationManager.cxx index 85059402f2dd..5a549519a987 100644 --- a/sw/source/core/doc/DocumentLinksAdministrationManager.cxx +++ b/sw/source/core/doc/DocumentLinksAdministrationManager.cxx @@ -45,7 +45,6 @@ #include <tools/urlobj.hxx> #include <unotools/charclass.hxx> - using namespace ::com::sun::star; //Helper functions for this file diff --git a/sw/source/core/doc/docbm.cxx b/sw/source/core/doc/docbm.cxx index 9567c3ab7606..510c5acf1acc 100644 --- a/sw/source/core/doc/docbm.cxx +++ b/sw/source/core/doc/docbm.cxx @@ -20,7 +20,6 @@ #include <MarkManager.hxx> #include <bookmrk.hxx> #include <boost/bind.hpp> -#include <boost/foreach.hpp> #include <boost/function.hpp> #include <cntfrm.hxx> #include <crossrefbookmark.hxx> diff --git a/sw/source/core/docnode/ndtbl.cxx b/sw/source/core/docnode/ndtbl.cxx index eda68f0c66e9..c779ceaa5816 100644 --- a/sw/source/core/docnode/ndtbl.cxx +++ b/sw/source/core/docnode/ndtbl.cxx @@ -3688,8 +3688,10 @@ static bool lcl_SetAFmtBox( _FndBox & rBox, _SetAFmtTabPara *pSetPara ) } } else + { for( _FndLine& rFndLine : rBox.GetLines() ) lcl_SetAFmtLine( rFndLine, pSetPara ); + } if (!rBox.GetUpper()->GetUpper()) // a BaseLine ++pSetPara->nCurBox; diff --git a/sw/source/core/edit/autofmt.cxx b/sw/source/core/edit/autofmt.cxx index 1410cac9a320..4b81d4c22317 100644 --- a/sw/source/core/edit/autofmt.cxx +++ b/sw/source/core/edit/autofmt.cxx @@ -67,7 +67,6 @@ #include <numrule.hxx> #include <boost/scoped_ptr.hpp> -#include <boost/foreach.hpp> using namespace ::com::sun::star; diff --git a/sw/source/core/tox/ToxTextGenerator.cxx b/sw/source/core/tox/ToxTextGenerator.cxx index f7ef3f979960..56f753f75a8a 100644 --- a/sw/source/core/tox/ToxTextGenerator.cxx +++ b/sw/source/core/tox/ToxTextGenerator.cxx @@ -41,7 +41,6 @@ #include "svl/itemiter.hxx" -#include <boost/foreach.hpp> #include <boost/make_shared.hpp> #include <cassert> diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index 484f1e04f49d..77c04e797659 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -137,7 +137,6 @@ #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2isize.hxx> #include <boost/bind.hpp> -#include <boost/foreach.hpp> #include <boost/make_shared.hpp> #include <boost/mem_fn.hpp> #include <boost/optional.hpp> diff --git a/vcl/source/edit/texteng.cxx b/vcl/source/edit/texteng.cxx index 81a1a0f65c59..effe2af18805 100644 --- a/vcl/source/edit/texteng.cxx +++ b/vcl/source/edit/texteng.cxx @@ -56,7 +56,6 @@ #include <cstdlib> #include <set> #include <vector> -#include <boost/foreach.hpp> #include <boost/scoped_ptr.hpp> using namespace ::com::sun::star; |