diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:25:28 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:50 +0100 |
commit | 6cd7bf2043146a630925a2e49336f02c802f707a (patch) | |
tree | 786cecd8ab993e25cda497d45b68007050c30d61 /include/svx/float3d.hxx | |
parent | 28f4bee7bd7378141d8569186162e1a3166eb012 (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: I71682f28c6a54d33da6b0c971f34d0a705ff04f5
Diffstat (limited to 'include/svx/float3d.hxx')
-rw-r--r-- | include/svx/float3d.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/float3d.hxx b/include/svx/float3d.hxx index 0fff7e1fa168..72ea295193e5 100644 --- a/include/svx/float3d.hxx +++ b/include/svx/float3d.hxx @@ -204,8 +204,8 @@ private: SVX_DLLPRIVATE void Reset(); SVX_DLLPRIVATE bool LBSelectColor( ColorLB* pLb, const Color& rColor ); - SVX_DLLPRIVATE sal_uInt16 GetLightSource( const PushButton* pBtn = NULL ); - SVX_DLLPRIVATE ColorLB* GetLbByButton( const PushButton* pBtn = NULL ); + SVX_DLLPRIVATE sal_uInt16 GetLightSource( const PushButton* pBtn = nullptr ); + SVX_DLLPRIVATE ColorLB* GetLbByButton( const PushButton* pBtn = nullptr ); SVX_DLLPRIVATE bool GetUILightState( const PushButton& rBtn ) const; SVX_DLLPRIVATE void SetUILightState( PushButton& aBtn, bool bState ); |