summaryrefslogtreecommitdiff
path: root/include/sfx2/infobar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/infobar.hxx')
-rw-r--r--include/sfx2/infobar.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/sfx2/infobar.hxx b/include/sfx2/infobar.hxx
index 483c0f8750ca..8d0fcbce97fc 100644
--- a/include/sfx2/infobar.hxx
+++ b/include/sfx2/infobar.hxx
@@ -53,7 +53,8 @@ class SfxInfoBarWindow : public vcl::Window
SfxInfoBarWindow( vcl::Window* parent, const OUString& sId,
const OUString& sMessage,
const basegfx::BColor* pBackgroundColor,
- const basegfx::BColor* pForegroundColor );
+ const basegfx::BColor* pForegroundColor,
+ const basegfx::BColor* pMessageColor );
virtual ~SfxInfoBarWindow( );
virtual void dispose() override;
@@ -82,7 +83,11 @@ class SfxInfoBarContainerWindow : public vcl::Window
virtual ~SfxInfoBarContainerWindow( );
virtual void dispose() override;
- SfxInfoBarWindow* appendInfoBar(const OUString& sId, const OUString& sMessage, const basegfx::BColor* pBackgroundColor, const basegfx::BColor* pForegroundColor);
+ SfxInfoBarWindow* appendInfoBar(const OUString& sId,
+ const OUString& sMessage,
+ const basegfx::BColor* pBackgroundColor,
+ const basegfx::BColor* pForegroundColor,
+ const basegfx::BColor* pMessageColor);
SfxInfoBarWindow* getInfoBar(const OUString& sId);
void removeInfoBar(SfxInfoBarWindow* pInfoBar);