summaryrefslogtreecommitdiff
path: root/shell/source/win32/SysShentry.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-14 16:52:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-15 08:57:39 +0000
commit85876a11ceb9bf144ae8365ff3a9fedd8c363ef2 (patch)
tree4db05eaf14aaadc4c8bad4199dbfad3cb6106190 /shell/source/win32/SysShentry.cxx
parentcb97267f5676b7790806dc15d17f2a6523232ccc (diff)
clang-cl loplugin: shell
Change-Id: I98d2e5154270b795cdd11653ecfff2abd8dda294 Reviewed-on: https://gerrit.libreoffice.org/29851 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'shell/source/win32/SysShentry.cxx')
-rw-r--r--shell/source/win32/SysShentry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/SysShentry.cxx b/shell/source/win32/SysShentry.cxx
index fd37cef26a16..4f208399ca5d 100644
--- a/shell/source/win32/SysShentry.cxx
+++ b/shell/source/win32/SysShentry.cxx
@@ -46,7 +46,7 @@ extern "C"
SAL_DLLPUBLIC_EXPORT void* SAL_CALL syssh_component_getFactory(
const sal_Char* pImplName, void*, void* /*pRegistryKey*/ )
{
- void* pRet = 0;
+ void* pRet = nullptr;
if ( 0 == rtl_str_compare( pImplName, SYSSHEXEC_IMPL_NAME ) )
{