diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-02-17 14:07:15 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-02-17 14:07:15 +0100 |
commit | 36a0c25fa59df9e16d7cd2be36388803ddcec228 (patch) | |
tree | acc96fa4c53323dddb41c137bc5a914691804761 /include/sfx2/viewfrm.hxx | |
parent | ddee088798cc93bcb165b08f3e24f5e710e3f606 (diff) |
loplugin:nullptr
Change-Id: Iadf6c245e4902ef98d5e3de09c1648bdd74644bc
Diffstat (limited to 'include/sfx2/viewfrm.hxx')
-rw-r--r-- | include/sfx2/viewfrm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx index 7ea25ef2b43b..e960aec5b783 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(); |