office-gobmx/pch
Stephan Bergmann eb8ce706d4 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>
2021-08-10 21:39:50 +02:00
..
inc Clean up remaining uses of boost::logic::tribool 2021-08-10 21:39:50 +02:00
Makefile
Module_pch.mk
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00
StaticLibrary_precompiled_system.mk
system_empty.cxx

Precompiled Headers

The purpose of this directory is to generate global precompiled headers that can be used by any other gbuild library / executable. The libraries themselves are not used.