summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zforfind.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/numbers/zforfind.cxx')
-rw-r--r--svl/source/numbers/zforfind.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/svl/source/numbers/zforfind.cxx b/svl/source/numbers/zforfind.cxx
index 07d9dd10f9f8..da04cfca494e 100644
--- a/svl/source/numbers/zforfind.cxx
+++ b/svl/source/numbers/zforfind.cxx
@@ -69,14 +69,14 @@ static const sal_Unicode cNarrowNoBreakSpace = 0x202F;
ImpSvNumberInputScan::ImpSvNumberInputScan( SvNumberFormatter* pFormatterP )
:
- pUpperMonthText( NULL ),
- pUpperAbbrevMonthText( NULL ),
- pUpperGenitiveMonthText( NULL ),
- pUpperGenitiveAbbrevMonthText( NULL ),
- pUpperPartitiveMonthText( NULL ),
- pUpperPartitiveAbbrevMonthText( NULL ),
- pUpperDayText( NULL ),
- pUpperAbbrevDayText( NULL ),
+ pUpperMonthText( nullptr ),
+ pUpperAbbrevMonthText( nullptr ),
+ pUpperGenitiveMonthText( nullptr ),
+ pUpperGenitiveAbbrevMonthText( nullptr ),
+ pUpperPartitiveMonthText( nullptr ),
+ pUpperPartitiveAbbrevMonthText( nullptr ),
+ pUpperDayText( nullptr ),
+ pUpperAbbrevDayText( nullptr ),
bTextInitialized( false ),
bScanGenitiveMonths( false ),
bScanPartitiveMonths( false ),