summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-05-25 16:36:57 +0200
committerMichael Stahl <mstahl@redhat.com>2016-05-25 20:15:46 +0000
commit377f97cc92fda4c6281dc418d20b9de8479c6996 (patch)
treef618e1da3cd34a58c53886cab184d8b811e2a120 /svtools/inc
parente954697a9d39e40473fb9f59a791ccb7129e763c (diff)
vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>
The getTTCoverage either leaves the bitset empty or inits it with 128 bits, so it's not particularly dynamic. Change-Id: Iac0aa6a023acc54da86d681e75ca550faf91ef26 Reviewed-on: https://gerrit.libreoffice.org/25456 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/pch/precompiled_svt.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx
index 275fab4f8f25..f4d7819710b7 100644
--- a/svtools/inc/pch/precompiled_svt.hxx
+++ b/svtools/inc/pch/precompiled_svt.hxx
@@ -48,7 +48,6 @@
#include <unordered_map>
#include <utility>
#include <vector>
-#include <boost/dynamic_bitset.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/optional.hpp>
#include <osl/conditn.hxx>