diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-08-10 13:27:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-08-10 15:35:52 +0200 |
commit | 0a666480276f704d5127f578333659893517abe7 (patch) | |
tree | 33d1cab9b75c0a0f406d61e3c46723897076aa15 /sfx2/inc | |
parent | 4d50939a7b37cbaeceeddebabfc435190e079781 (diff) |
Replace a use of boost::logic::tribool with std::call_once
Change-Id: Ifff3fc422719c55d8cb560e679f2585036350aa1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120268
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/pch/precompiled_sfx.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index fc1d910d520e..dc98200fdf49 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.hxx @@ -47,7 +47,6 @@ #include <unordered_map> #include <utility> #include <vector> -#include <boost/logic/tribool.hpp> #include <boost/property_tree/json_parser.hpp> #include <boost/property_tree/ptree.hpp> #endif // PCH_LEVEL >= 1 |