summaryrefslogtreecommitdiff
path: root/linguistic/source/iprcache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/iprcache.cxx')
-rw-r--r--linguistic/source/iprcache.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/iprcache.cxx b/linguistic/source/iprcache.cxx
index 5c4b98a3f51e..c3291c0b9bcc 100644
--- a/linguistic/source/iprcache.cxx
+++ b/linguistic/source/iprcache.cxx
@@ -139,12 +139,12 @@ void SAL_CALL FlushListener::disposing( const EventObject& rSource )
if (xDicList.is() && rSource.Source == xDicList)
{
xDicList->removeDictionaryListEventListener( this );
- xDicList = NULL; //! release reference
+ xDicList = nullptr; //! release reference
}
if (xPropSet.is() && rSource.Source == xPropSet)
{
lcl_RemoveAsPropertyChangeListener( this, xPropSet );
- xPropSet = NULL; //! release reference
+ xPropSet = nullptr; //! release reference
}
}