summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/SpellAttrib.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/dialogs/SpellAttrib.hxx')
-rw-r--r--cui/source/dialogs/SpellAttrib.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/dialogs/SpellAttrib.hxx b/cui/source/dialogs/SpellAttrib.hxx
index 015b8641194d..a3e7983dbeea 100644
--- a/cui/source/dialogs/SpellAttrib.hxx
+++ b/cui/source/dialogs/SpellAttrib.hxx
@@ -54,10 +54,10 @@ struct SpellErrorDescription
const css::uno::Sequence< OUString >& rSuggestions,
css::uno::Reference< css::linguistic2::XProofreader > rxGrammarChecker,
const OUString& rServiceName,
- const OUString* pDialogTitle = 0,
- const OUString* pExplanation = 0,
- const OUString* pRuleId = 0,
- const OUString* pExplanationURL = 0 ) :
+ const OUString* pDialogTitle = nullptr,
+ const OUString* pExplanation = nullptr,
+ const OUString* pRuleId = nullptr,
+ const OUString* pExplanationURL = nullptr ) :
bIsGrammarError( bGrammar ),
sErrorText( rText ),
sDialogTitle( ),