summaryrefslogtreecommitdiff
path: root/drawinglayer/source/drawinglayeruno
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/drawinglayeruno')
-rw-r--r--drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx b/drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx
index 33ba9798ae92..2e7ec2dfd629 100644
--- a/drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx
+++ b/drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx
@@ -35,7 +35,7 @@ extern "C"
SAL_DLLPUBLIC_EXPORT void* SAL_CALL drawinglayer_component_getFactory( const sal_Char* pImplName, void* pServiceManager, void* /* pRegistryKey */ )
{
uno::Reference< lang::XSingleServiceFactory > xFactory;
- void* pRet = 0;
+ void* pRet = nullptr;
if(drawinglayer::unorenderer::XPrimitive2DRenderer_getImplementationName().equalsAscii(pImplName))
{