diff options
author | Michael Jaumann <meta_dev@yahoo.com> | 2014-09-23 12:34:54 +0000 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-29 17:44:07 +0000 |
commit | 0ed0974298992ae871a8fbe79f856cf2588aeec6 (patch) | |
tree | 3ef38e7bd8cc98824a2912e20357a6f843290708 /include | |
parent | e5bbc721d6bd5536bdd34f33fc79933a379f2919 (diff) |
fdo#59299 Personas for bottom toolbars
Change-Id: If823964bf3bb67563504db61b6c5d557cab89243
Reviewed-on: https://gerrit.libreoffice.org/11609
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/settings.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx index 10ae6a60854f..fb16ee3cff06 100644 --- a/include/vcl/settings.hxx +++ b/include/vcl/settings.hxx @@ -522,6 +522,8 @@ public: const BitmapEx GetPersonaHeader() const; + const BitmapEx GetPersonaFooter() const; + const boost::optional<Color>& GetPersonaMenuBarTextColor() const; // global switch to allow EdgeBlenging; currently possible for ValueSet and ListBox |