summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-21 09:46:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-21 16:01:58 +0200
commit48291e148c97cf48d25425e81b045e7feddd5b50 (patch)
tree3eb796689b636e146504844ccfe92ec30209f94c /sw
parentee9f2f58a5a54f994ef055edf0dd675f81bbd8ae (diff)
no need to call superclass here
there is no CreateChildContext in the superclass (and the next implementation of that method that is actually called is not going to do anything useful here) Change-Id: I503924eaaef8f450549c2eaa2195661ce0de8c2f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101136 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/xml/xmlfmt.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/filter/xml/xmlfmt.cxx b/sw/source/filter/xml/xmlfmt.cxx
index 5bd4debc2d27..49e1224cdb83 100644
--- a/sw/source/filter/xml/xmlfmt.cxx
+++ b/sw/source/filter/xml/xmlfmt.cxx
@@ -651,10 +651,6 @@ SvXMLImportContextRef SwXMLItemSetStyleContext_Impl::CreateChildContext(
}
}
- if (!xContext)
- xContext = SvXMLStyleContext::CreateChildContext( nPrefix, rLocalName,
- xAttrList );
-
return xContext;
}