diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-08-10 16:29:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-08-10 21:39:50 +0200 |
commit | eb8ce706d41fcf23333af3b0eec5cee2a12075f0 (patch) | |
tree | f617bf7d0425fc51eccbc58938d19eeb3a10a9c3 /pch | |
parent | 1788dbb32fd212a716ffca4facfc421c59f9ef5a (diff) |
Clean up remaining uses of boost::logic::tribool
obFitShapeToText and obRelFlipV can just as well be modelled with
std::optional<bool>, and obFlipH and obFlipV apparently only need two states
anyway (as for a boost::logic::tribool x, bool(x == true) is true iff x has the
value true)
Change-Id: Ic35e33ffa4ee30d1c2cdf9f8d4aa3bae29ece2af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120281
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'pch')
-rw-r--r-- | pch/inc/pch/precompiled_system.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pch/inc/pch/precompiled_system.hxx b/pch/inc/pch/precompiled_system.hxx index 0f9afc9f9b0a..a7aa9bcf0095 100644 --- a/pch/inc/pch/precompiled_system.hxx +++ b/pch/inc/pch/precompiled_system.hxx @@ -23,7 +23,6 @@ #include <boost/functional/hash.hpp> #include <boost/intrusive_ptr.hpp> #include <boost/lexical_cast.hpp> -#include <boost/logic/tribool.hpp> #include <boost/math/special_functions/sinc.hpp> #include <boost/multi_array.hpp> #include <boost/multi_index/composite_key.hpp> |