diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:25:17 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:48 +0100 |
commit | 28f4bee7bd7378141d8569186162e1a3166eb012 (patch) | |
tree | 97cb855eec76da937068cda5c5f0f7d5bcd61e47 /include/svtools/headbar.hxx | |
parent | bf057fab3c0d17bf2832c8d9fc6d34b1b859e660 (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: I7fc4b4d5c895f241cfb052b009e943e073f3befe
Diffstat (limited to 'include/svtools/headbar.hxx')
-rw-r--r-- | include/svtools/headbar.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/headbar.hxx b/include/svtools/headbar.hxx index edbba5d95452..0d5dc458a9d8 100644 --- a/include/svtools/headbar.hxx +++ b/include/svtools/headbar.hxx @@ -273,7 +273,7 @@ private: SVT_DLLPRIVATE void ImplDrawItem(vcl::RenderContext& rRenderContext, sal_uInt16 nPos, bool bHigh, bool bDrag, const Rectangle& rItemRect, const Rectangle* pRect, DrawFlags nFlags); SVT_DLLPRIVATE void ImplDrawItem(vcl::RenderContext& rRenderContext, sal_uInt16 nPos, bool bHigh = false, - bool bDrag = false, const Rectangle* pRect = NULL); + bool bDrag = false, const Rectangle* pRect = nullptr); SVT_DLLPRIVATE void ImplUpdate( sal_uInt16 nPos, bool bEnd = false, bool bDirect = false ); SVT_DLLPRIVATE void ImplStartDrag( const Point& rPos, bool bCommand ); |