summaryrefslogtreecommitdiff
path: root/desktop/source/offacc/acceptor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/offacc/acceptor.cxx')
-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.