summaryrefslogtreecommitdiffstats
path: root/desktop/source/offacc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:13:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:22 +0100
commit72c48b716640c76f0a8fa49341ce3b0099004991 (patch)
tree6aa8da1631e3d18272bd39ab55111885ab339b45 /desktop/source/offacc
parentloplugin:nullptr (automatic rewrite) (diff)
downloadcore-72c48b716640c76f0a8fa49341ce3b0099004991.tar.gz
core-72c48b716640c76f0a8fa49341ce3b0099004991.zip
loplugin:nullptr (automatic rewrite)
Change-Id: I8204a300c98b891a842ef2e40b65f0810dd7817a
Diffstat (limited to 'desktop/source/offacc')
-rw-r--r--desktop/source/offacc/acceptor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/offacc/acceptor.cxx b/desktop/source/offacc/acceptor.cxx
index 5d43c9b1ceab..2702dede009c 100644
--- a/desktop/source/offacc/acceptor.cxx
+++ b/desktop/source/offacc/acceptor.cxx
@@ -45,7 +45,7 @@ extern "C" void offacc_workerfunc (void * acc)
}
Acceptor::Acceptor( const Reference< XComponentContext >& rxContext )
- : m_thread(NULL)
+ : m_thread(nullptr)
, m_rContext(rxContext)
, m_bInit(false)
, m_bDying(false)
@@ -267,7 +267,7 @@ using namespace desktop;
SAL_DLLPUBLIC_EXPORT void * SAL_CALL offacc_component_getFactory(char const *pImplementationName, void *pServiceManager, void *)
{
- void* pReturn = NULL ;
+ void* pReturn = nullptr ;
if ( pImplementationName && pServiceManager )
{
// Define variables which are used in following macros.