summaryrefslogtreecommitdiff
path: root/vcl/source/helper/xconnection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/helper/xconnection.cxx')
-rw-r--r--vcl/source/helper/xconnection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/helper/xconnection.cxx b/vcl/source/helper/xconnection.cxx
index 1d7741077445..ad420d303221 100644
--- a/vcl/source/helper/xconnection.cxx
+++ b/vcl/source/helper/xconnection.cxx
@@ -61,7 +61,7 @@ void DisplayConnection::terminate()
if( pSVData )
{
- pSVData->mpDefInst->SetEventCallback( NULL );
+ pSVData->mpDefInst->SetEventCallback( nullptr );
}
SolarMutexReleaser aRel;