diff options
Diffstat (limited to 'include/svx/numfmtsh.hxx')
-rw-r--r-- | include/svx/numfmtsh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/numfmtsh.hxx b/include/svx/numfmtsh.hxx index 15bf28b6cb2a..218d741eacf8 100644 --- a/include/svx/numfmtsh.hxx +++ b/include/svx/numfmtsh.hxx @@ -67,7 +67,7 @@ public: sal_uInt32 nFormatKey, SvxNumberValueType eNumValType, double nNumVal, - const OUString* pNumStr = NULL ); + const OUString* pNumStr = nullptr ); ~SvxNumberFormatShell(); @@ -81,7 +81,7 @@ public: sal_uInt32 nFormatKey, SvxNumberValueType eNumValType, double nNumVal, - const OUString* pNumStr = NULL ); + const OUString* pNumStr = nullptr ); void GetInitSettings( sal_uInt16& nCatLbPos, @@ -141,7 +141,7 @@ public: bool IsUserDefined( const OUString& rFmtString ); bool IsTmpCurrencyFormat( const OUString& rFmtString ); - bool FindEntry( const OUString& rFmtString, sal_uInt32* pAt = NULL ); + bool FindEntry( const OUString& rFmtString, sal_uInt32* pAt = nullptr ); void ValidateNewEntries( bool bValidate = true ) { bUndoAddList = !bValidate; } size_t GetUpdateDataCount() const; |