summaryrefslogtreecommitdiff
path: root/oox/source/core/fragmenthandler2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/core/fragmenthandler2.cxx')
-rw-r--r--oox/source/core/fragmenthandler2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/oox/source/core/fragmenthandler2.cxx b/oox/source/core/fragmenthandler2.cxx
index 2057eb6b367d..f9040697d204 100644
--- a/oox/source/core/fragmenthandler2.cxx
+++ b/oox/source/core/fragmenthandler2.cxx
@@ -111,7 +111,7 @@ Reference< XFastContextHandler > SAL_CALL FragmentHandler2::createFastChildConte
{
if( prepareMceContext( nElement, AttributeList( rxAttribs ) ) )
return getFastContextHandler();
- return NULL;
+ return nullptr;
}
return implCreateChildContext( nElement, rxAttribs );
}
@@ -161,7 +161,7 @@ void FragmentHandler2::endRecord( sal_Int32 nRecId )
ContextHandlerRef FragmentHandler2::onCreateContext( sal_Int32, const AttributeList& )
{
- return 0;
+ return nullptr;
}
void FragmentHandler2::onStartElement( const AttributeList& )
@@ -178,7 +178,7 @@ void FragmentHandler2::onEndElement()
ContextHandlerRef FragmentHandler2::onCreateRecordContext( sal_Int32, SequenceInputStream& )
{
- return 0;
+ return nullptr;
}
void FragmentHandler2::onStartRecord( SequenceInputStream& )