summaryrefslogtreecommitdiff
path: root/shell/source/backends/macbe/macbecdef.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 16:19:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 16:20:38 +0100
commitb6f6cf85abaf93ac99683aefbc81e981c5b14e22 (patch)
treea3fc82563ad7178c91fcafc8912deba6dc1c108b /shell/source/backends/macbe/macbecdef.cxx
parentb6f1be102c18d75099b5fdd96f5a1a2b6a271142 (diff)
loplugin:nullptr (automatic rewrite; Mac-specific code)
Change-Id: Iaa14c583c55c3582e33a1d073ea92b388cd6f3a4
Diffstat (limited to 'shell/source/backends/macbe/macbecdef.cxx')
-rw-r--r--shell/source/backends/macbe/macbecdef.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/backends/macbe/macbecdef.cxx b/shell/source/backends/macbe/macbecdef.cxx
index 919441443ebf..8073f69c037e 100644
--- a/shell/source/backends/macbe/macbecdef.cxx
+++ b/shell/source/backends/macbe/macbecdef.cxx
@@ -43,10 +43,10 @@ static const cppu::ImplementationEntry kImplementations_entries[] =
MacOSXBackend::getBackendName,
MacOSXBackend::getBackendServiceNames,
cppu::createSingleComponentFactory,
- NULL,
+ nullptr,
0
},
- { 0, 0, 0, 0, 0, 0 }
+ { nullptr, nullptr, nullptr, nullptr, nullptr, 0 }
};