summaryrefslogtreecommitdiffstats
path: root/include/xmloff/XMLTextMasterStylesContext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-25 16:35:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-26 08:42:35 +0200
commitf7336500ba157c85c84e198f7043cf06ef627085 (patch)
treedf330927723175a774699726372609e42250519d /include/xmloff/XMLTextMasterStylesContext.hxx
parentuse fastparser in SwXMLStylesContext_Impl (diff)
downloadcore-f7336500ba157c85c84e198f7043cf06ef627085.tar.gz
core-f7336500ba157c85c84e198f7043cf06ef627085.zip
remove slowparser stuff from SvXMLStyleContext
Change-Id: Ic4efc2eba7d1cdd71df76b535811c706bab3860e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101347 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/XMLTextMasterStylesContext.hxx')
-rw-r--r--include/xmloff/XMLTextMasterStylesContext.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/xmloff/XMLTextMasterStylesContext.hxx b/include/xmloff/XMLTextMasterStylesContext.hxx
index 59d769e9f643..1671ac01a2bc 100644
--- a/include/xmloff/XMLTextMasterStylesContext.hxx
+++ b/include/xmloff/XMLTextMasterStylesContext.hxx
@@ -27,16 +27,9 @@
class XMLOFF_DLLPUBLIC XMLTextMasterStylesContext : public SvXMLStylesContext
{
protected:
- using SvXMLStylesContext::CreateStyleChildContext;
virtual SvXMLStyleContext *CreateStyleChildContext( sal_Int32 nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList ) override;
- using SvXMLStylesContext::CreateStyleStyleChildContext;
- virtual SvXMLStyleContext *CreateStyleStyleChildContext( XmlStyleFamily nFamily,
- sal_uInt16 nPrefix,
- const OUString& rLocalName,
- const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList ) override;
-
virtual bool InsertStyleFamily( XmlStyleFamily nFamily ) const override;
public: