summaryrefslogtreecommitdiff
path: root/include/sfx2/viewfrm.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-02-17 15:22:28 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-02-17 16:47:36 +0100
commit946e12ac87237a1885fd3996a5549f56cc7de3a3 (patch)
tree2b7aa217f2262209623f8bcc0226430e2081be93 /include/sfx2/viewfrm.hxx
parent9da5675de3ca8a047bf45fd601522a6337efb78e (diff)
sfx2 infobar: allow setting the message style
Change-Id: I73151a78d1b396179776847d6fbb2da1dd8755e8
Diffstat (limited to 'include/sfx2/viewfrm.hxx')
-rw-r--r--include/sfx2/viewfrm.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx
index 0c11c0c1f8f1..9094293fb446 100644
--- a/include/sfx2/viewfrm.hxx
+++ b/include/sfx2/viewfrm.hxx
@@ -184,7 +184,8 @@ public:
const OUString& sMessage,
const basegfx::BColor* pBackgroundColor = nullptr,
const basegfx::BColor* pForegroundColor = nullptr,
- const basegfx::BColor* pMessageColor = nullptr);
+ const basegfx::BColor* pMessageColor = nullptr,
+ WinBits nMessageStyle = 0);
void RemoveInfoBar(const OUString& sId);
SAL_DLLPRIVATE void SetDowning_Impl();