diff options
Diffstat (limited to 'xmloff/source/style/PageHeaderFooterContext.cxx')
-rw-r--r-- | xmloff/source/style/PageHeaderFooterContext.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmloff/source/style/PageHeaderFooterContext.cxx b/xmloff/source/style/PageHeaderFooterContext.cxx index b4c95261e0ad..fe9689ae3f5f 100644 --- a/xmloff/source/style/PageHeaderFooterContext.cxx +++ b/xmloff/source/style/PageHeaderFooterContext.cxx @@ -67,9 +67,6 @@ SvXMLImportContextRef PageHeaderFooterContext::CreateChildContext( sal_uInt16 nP rMap, nStartIndex, nEndIndex, aType); } - if (!xContext) - xContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); - return xContext; } |