summaryrefslogtreecommitdiff
path: root/include/sfx2/viewfrm.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-02-17 15:08:48 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-02-17 16:47:36 +0100
commit9da5675de3ca8a047bf45fd601522a6337efb78e (patch)
treed0325e2a0974ebdb9fb6b8829b931215d7913947 /include/sfx2/viewfrm.hxx
parent03f20846eb4219947e93cf48a5e0c46398bd8a04 (diff)
sfx2 infobar: allow setting the message color
Change-Id: I32bb73dfd8ecb78bb2eb9907b0c008e84fd2233a
Diffstat (limited to 'include/sfx2/viewfrm.hxx')
-rw-r--r--include/sfx2/viewfrm.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx
index e960aec5b783..0c11c0c1f8f1 100644
--- a/include/sfx2/viewfrm.hxx
+++ b/include/sfx2/viewfrm.hxx
@@ -180,7 +180,11 @@ public:
The buttons will be added from Right to Left at the right of the info bar. The parent, size
and position of each button will be changed: only the width will remain unchanged.
*/
- SfxInfoBarWindow* AppendInfoBar(const OUString& sId, const OUString& sMessage, const basegfx::BColor* pBackgroundColor = nullptr, const basegfx::BColor* pForegroundColor = nullptr);
+ SfxInfoBarWindow* AppendInfoBar(const OUString& sId,
+ const OUString& sMessage,
+ const basegfx::BColor* pBackgroundColor = nullptr,
+ const basegfx::BColor* pForegroundColor = nullptr,
+ const basegfx::BColor* pMessageColor = nullptr);
void RemoveInfoBar(const OUString& sId);
SAL_DLLPRIVATE void SetDowning_Impl();