summaryrefslogtreecommitdiff
path: root/vcl/source/control/quickselectionengine.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control/quickselectionengine.cxx')
-rw-r--r--vcl/source/control/quickselectionengine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/quickselectionengine.cxx b/vcl/source/control/quickselectionengine.cxx
index 2ed4d8e38e25..dc0e8117fc19 100644
--- a/vcl/source/control/quickselectionengine.cxx
+++ b/vcl/source/control/quickselectionengine.cxx
@@ -88,7 +88,7 @@ namespace vcl
pSearchEntry = _engineData.rEntryList.NextEntry( pSearchEntry, sEntryText );
if ( pSearchEntry == pStartedWith )
- pSearchEntry = NULL;
+ pSearchEntry = nullptr;
}
return pSearchEntry;