summaryrefslogtreecommitdiff
path: root/include/sfx2/viewfrm.hxx
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2017-02-19 12:41:01 +0100
committerHeiko Tietze <tietze.heiko@googlemail.com>2017-02-27 15:47:43 +0000
commitbd8c68c99cce51a3368d8ddfd6e11dccb72d8f49 (patch)
tree2cc7809b00672daa4b8d905bb03795777d18c762 /include/sfx2/viewfrm.hxx
parent64bac5c0f005afd46bbf402c5d548e2ee6c9e5c4 (diff)
tdf#105829 Infobar design, tdf#102785 Font issue
Only one constructor to append an infobar Colors defined at one place in infobar.cxx based on InfoBarType Icons as an additional attribute of the notification Change-Id: I4dc85c2b4ef0b7eafc139290b3b4ee21636da6ec Reviewed-on: https://gerrit.libreoffice.org/34426 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
Diffstat (limited to 'include/sfx2/viewfrm.hxx')
-rw-r--r--include/sfx2/viewfrm.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx
index 1ae2a58ba157..2b6093ef3679 100644
--- a/include/sfx2/viewfrm.hxx
+++ b/include/sfx2/viewfrm.hxx
@@ -174,13 +174,7 @@ public:
VclPtr<SfxInfoBarWindow> AppendInfoBar(const OUString& sId,
const OUString& sMessage,
InfoBarType aInfoBarType,
- WinBits nMessageStyle = 0);
- VclPtr<SfxInfoBarWindow> AppendInfoBar(const OUString& sId,
- const OUString& sMessage,
- const basegfx::BColor* pBackgroundColor = nullptr,
- const basegfx::BColor* pForegroundColor = nullptr,
- const basegfx::BColor* pMessageColor = nullptr,
- WinBits nMessageStyle = 0);
+ WinBits nMessageStyle = WB_LEFT|WB_VCENTER);
void RemoveInfoBar(const OUString& sId);
SAL_DLLPRIVATE void GetDocNumber_Impl();