diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx index 94f91c08a10b..f35a46defd9a 100644 --- a/xmloff/source/text/txtimp.cxx +++ b/xmloff/source/text/txtimp.cxx @@ -1928,7 +1928,7 @@ void XMLTextImportHelper::SetOutlineStyles( sal_Bool bSetEmptyLevels ) static OUString s_NumberingStyleName( "NumberingStyleName"); static OUString s_HeadingStyleName( "HeadingStyleName"); - if ((m_pImpl->m_pOutlineStylesCandidates != NULL || bSetEmptyLevels) && + if ((m_pImpl->m_pOutlineStylesCandidates != 0 || bSetEmptyLevels) && m_pImpl->m_xChapterNumbering.is() && !IsInsertMode()) { |