summaryrefslogtreecommitdiff
path: root/sw/source/uibase/lingu/hyp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/lingu/hyp.cxx')
-rw-r--r--sw/source/uibase/lingu/hyp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/lingu/hyp.cxx b/sw/source/uibase/lingu/hyp.cxx
index 2abb2d4876e5..aee0bcfd5ff9 100644
--- a/sw/source/uibase/lingu/hyp.cxx
+++ b/sw/source/uibase/lingu/hyp.cxx
@@ -80,7 +80,7 @@ bool SwHyphWrapper::SpellContinue()
}
uno::Reference< uno::XInterface > xHyphWord = bInSelection ?
- PSH->HyphContinue( NULL, NULL ) :
+ PSH->HyphContinue( nullptr, nullptr ) :
PSH->HyphContinue( &nPageCount, &nPageStart );
SetLast( xHyphWord );