[Libreoffice-commits] core.git: include/sfx2
Stephan Bergmann
sbergman at redhat.com
Wed Feb 17 13:07:41 UTC 2016
include/sfx2/viewfrm.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 36a0c25fa59df9e16d7cd2be36388803ddcec228
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Feb 17 14:07:15 2016 +0100
loplugin:nullptr
Change-Id: Iadf6c245e4902ef98d5e3de09c1648bdd74644bc
diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx
index 7ea25ef..e960aec 100644
--- a/include/sfx2/viewfrm.hxx
+++ b/include/sfx2/viewfrm.hxx
@@ -180,7 +180,7 @@ 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 = 0, const basegfx::BColor* pForegroundColor = 0);
+ SfxInfoBarWindow* AppendInfoBar(const OUString& sId, const OUString& sMessage, const basegfx::BColor* pBackgroundColor = nullptr, const basegfx::BColor* pForegroundColor = nullptr);
void RemoveInfoBar(const OUString& sId);
SAL_DLLPRIVATE void SetDowning_Impl();
More information about the Libreoffice-commits
mailing list