summaryrefslogtreecommitdiff
path: root/basegfx/inc
diff options
context:
space:
mode:
authorMario J. Rugiero <mrugiero@gmail.com>2015-10-30 01:13:55 -0300
committerNoel Grandin <noelgrandin@gmail.com>2015-10-30 06:02:53 +0000
commit26d5407a5f653e55ec9255117760886bcec4fe15 (patch)
treeaad48e7e4c9a186032dcc771af8fa0e68a49eac8 /basegfx/inc
parentc7e8f21a538c409abe70b90d7bba38386e90a876 (diff)
basegfx tree cleanup
- Eliminated an unnecessary boost/bind.hxx include. - Replaced simple old-style for loops that iterated over a container by ranged based for loops. - Replaced for_each by ranged based for loops wherever valid. Change-Id: Ib5c8291cf6d417047b350560f0428723efeccd1c Reviewed-on: https://gerrit.libreoffice.org/19679 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'basegfx/inc')
-rw-r--r--basegfx/inc/pch/precompiled_basegfx.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basegfx/inc/pch/precompiled_basegfx.hxx b/basegfx/inc/pch/precompiled_basegfx.hxx
index c393169294b0..b13cf7875020 100644
--- a/basegfx/inc/pch/precompiled_basegfx.hxx
+++ b/basegfx/inc/pch/precompiled_basegfx.hxx
@@ -15,7 +15,6 @@
*/
#include <algorithm>
-#include <boost/bind.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/noncopyable.hpp>
#include <com/sun/star/awt/Point.hpp>