diff options
author | Pieter Adriaensen <pieter.ad@gmail.com> | 2014-12-21 12:42:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-07 14:57:09 +0000 |
commit | f29bf4635958f7d4b8a22c0825cbcca4858ba037 (patch) | |
tree | 35dc1cee9b3a711aac0d6af375ef4ffa5d495418 /vcl | |
parent | 4a56aa6a3c4e51fdb2ae304b36bc4eeb2d5647c7 (diff) |
Resolves: fdo#87003 - Kill BOOST_FOREACH
Conflicts:
avmedia/source/framework/modeltools.cxx
basic/source/sbx/sbxbase.cxx
sd/source/filter/eppt/pptx-epptooxml.cxx
svx/qa/unit/svdraw/test_SdrTextObject.cxx
sw/qa/core/uwriter.cxx
sw/source/core/doc/CntntIdxStore.cxx
sw/source/core/doc/DocumentLinksAdministrationManager.cxx
sw/source/core/doc/docnew.cxx
sw/source/core/doc/gctable.cxx
sw/source/core/doc/htmltbl.cxx
sw/source/core/doc/sortopt.cxx
sw/source/core/doc/tblcpy.cxx
sw/source/core/doc/tblrwcl.cxx
sw/source/core/docnode/ndcopy.cxx
sw/source/core/docnode/ndtbl.cxx
sw/source/core/docnode/ndtbl1.cxx
sw/source/core/frmedt/tblsel.cxx
sw/source/core/text/itratr.cxx
sw/source/core/tox/ToxLinkProcessor.cxx
sw/source/filter/xml/xmltble.cxx
Change-Id: Id176d4e052c719c9afdf91ed450de84d8d2bc486
Reviewed-on: https://gerrit.libreoffice.org/13575
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/pch/precompiled_vcl.hxx | 1 | ||||
-rw-r--r-- | vcl/source/edit/texteng.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
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; |