From 377f97cc92fda4c6281dc418d20b9de8479c6996 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 25 May 2016 16:36:57 +0200 Subject: vcl: replace boost::dynamic_bitset with boost::optional 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 Reviewed-by: Michael Stahl --- svtools/inc/pch/precompiled_svt.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svtools/inc') 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 #include #include -#include #include #include #include -- cgit