diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:16:02 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:26 +0100 |
commit | 88b5e5fd3a6f0d70caf66568c25a3e47e01c71e2 (patch) | |
tree | 86654f74fae94bd477b9ce92b742ce86a62089be /fpicker/source/office/OfficeControlAccess.hxx | |
parent | e5b721a14c1c8e5261a70588b30353cbb5bd55c6 (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: I7f32320f38be2bb4f62b57e856e93cff708d5ee0
Diffstat (limited to 'fpicker/source/office/OfficeControlAccess.hxx')
-rw-r--r-- | fpicker/source/office/OfficeControlAccess.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/OfficeControlAccess.hxx b/fpicker/source/office/OfficeControlAccess.hxx index 3355e42c3dbc..dfe51fc8fac8 100644 --- a/fpicker/source/office/OfficeControlAccess.hxx +++ b/fpicker/source/office/OfficeControlAccess.hxx @@ -91,7 +91,7 @@ namespace svt Control* _pControl, sal_Int16 _nProperty, const css::uno::Any& _rValue, bool _bIgnoreIllegalArgument = true ); - Control* implGetControl( const OUString& _rControlName, sal_Int16* _pId = NULL, sal_Int32* _pPropertyMask = NULL ) const; + Control* implGetControl( const OUString& _rControlName, sal_Int16* _pId = nullptr, sal_Int32* _pPropertyMask = nullptr ) const; /** implements the various methods for retrieving properties from controls |