diff options
Diffstat (limited to 'vcl/source/components')
-rw-r--r-- | vcl/source/components/factory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/components/factory.cxx b/vcl/source/components/factory.cxx index 403232c0c91f..856bddc23d35 100644 --- a/vcl/source/components/factory.cxx +++ b/vcl/source/components/factory.cxx @@ -38,7 +38,7 @@ extern "C" { void* /*pXUnoKey*/ ) { - void* pRet = 0; + void* pRet = nullptr; if( pXUnoSMgr ) { |