diff options
author | Isamu Mogi <saturday6c@gmail.com> | 2014-03-22 11:48:49 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-28 11:36:43 +0000 |
commit | 46142545dea30fe14e829795ad1acca2cc1a6a7a (patch) | |
tree | 94d9f204f471b937b5bc8e6324baff4705060b6b /include/vcl/settings.hxx | |
parent | 1d8f8c55f841bee0fdf0aee4ac15b023aadbb78e (diff) |
fdo#68546 Add menubar's text color of persona to StyleSettings
Change-Id: I376e0b71b71fdbc2eaf2b10adb7792a841cf9098
Reviewed-on: https://gerrit.libreoffice.org/8711
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/settings.hxx')
-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); |