diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-25 16:35:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-26 08:42:35 +0200 |
commit | f7336500ba157c85c84e198f7043cf06ef627085 (patch) | |
tree | df330927723175a774699726372609e42250519d /include/xmloff/XMLTextMasterStylesContext.hxx | |
parent | 49d7a4cdf4c2d7b01faccb751d8f2002e2437b59 (diff) |
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.hxx | 7 |
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: |