diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-05-06 21:49:36 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-06 23:37:04 +0200 |
commit | 7a2afb2d7776db26e133c6c18bf9715eb43bf4dd (patch) | |
tree | 2303d572b7ab50e6623c255e8b7360649c39fbd2 /xmloff/inc/pch | |
parent | f93ab86ea42789e6c3a18de83a2c838e3cd88de2 (diff) |
xmloff: C++ is an imperative language, so let's write imperative loops
... instead of some over-engineered pseudo-functional boostified monstrosity.
What the hell was the original author thinking?
Change-Id: I64581b3f78792933373ed8f74ebbb38a8a27f1f8
Diffstat (limited to 'xmloff/inc/pch')
-rw-r--r-- | xmloff/inc/pch/precompiled_xo.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/inc/pch/precompiled_xo.hxx b/xmloff/inc/pch/precompiled_xo.hxx index b97bc243d605..5659c12e8e35 100644 --- a/xmloff/inc/pch/precompiled_xo.hxx +++ b/xmloff/inc/pch/precompiled_xo.hxx @@ -43,7 +43,6 @@ #include <type_traits> #include <utility> #include <vector> -#include <boost/iterator_adaptors.hpp> #include <osl/diagnose.h> #include <osl/doublecheckedlocking.h> #include <osl/endian.h> |