summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmltabi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/xmltabi.cxx')
-rw-r--r--xmloff/source/style/xmltabi.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/xmltabi.cxx b/xmloff/source/style/xmltabi.cxx
index 529efd96c62c..75c6d8d22113 100644
--- a/xmloff/source/style/xmltabi.cxx
+++ b/xmloff/source/style/xmltabi.cxx
@@ -177,7 +177,7 @@ SvxXMLTabStopImportContext::SvxXMLTabStopImportContext(
const XMLPropertyState& rProp,
::std::vector< XMLPropertyState > &rProps )
: XMLElementPropertyContext( rImport, nPrfx, rLName, rProp, rProps ),
- mpTabStops( NULL )
+ mpTabStops( nullptr )
{
}
@@ -201,7 +201,7 @@ SvXMLImportContext *SvxXMLTabStopImportContext::CreateChildContext(
const OUString& rLocalName,
const uno::Reference< xml::sax::XAttributeList > & xAttrList )
{
- SvXMLImportContext *pContext = 0;
+ SvXMLImportContext *pContext = nullptr;
if( XML_NAMESPACE_STYLE == nPrefix && IsXMLToken( rLocalName, XML_TAB_STOP ) )
{