diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/settings.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx index ad47eef542c9..403ca407a387 100644 --- a/include/vcl/settings.hxx +++ b/include/vcl/settings.hxx @@ -30,6 +30,7 @@ #include <i18nlangtag/languagetag.hxx> #include <unotools/syslocale.hxx> +#include <boost/optional.hpp> #include <boost/shared_ptr.hpp> class CollatorWrapper; @@ -521,6 +522,8 @@ public: const BitmapEx GetPersonaHeader() const; + const boost::optional<Color>& GetPersonaMenuBarTextColor() const; + // global switch to allow EdgeBlenging; currently possible for ValueSet and ListBox // when activated there using Get/SetEdgeBlending; default is true void SetEdgeBlending(sal_uInt16 nCount); |