summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-22 09:55:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-22 09:37:08 +0100
commite9262376f0acbe67a544d7e391992c9943ed6d8b (patch)
tree690d30eaa5172f3188827091927e46a11708b508 /include
parent6f6a64952d9aa4826e83ad94c2a6de2344cbe2de (diff)
use fastparser for XMLFontStylesContext
Change-Id: I7b273cdc0f90f2a8c9527d1f19fed97672a74741 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87175 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/XMLFontStylesContext.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/xmloff/XMLFontStylesContext.hxx b/include/xmloff/XMLFontStylesContext.hxx
index 7759a57d81e5..5f97f9b772aa 100644
--- a/include/xmloff/XMLFontStylesContext.hxx
+++ b/include/xmloff/XMLFontStylesContext.hxx
@@ -51,11 +51,7 @@ class XMLOFF_DLLPUBLIC XMLFontStylesContext final : public SvXMLStylesContext
public:
-
- XMLFontStylesContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
- const OUString& rLName,
- const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList,
- rtl_TextEncoding eDfltEnc );
+ XMLFontStylesContext( SvXMLImport& rImport, rtl_TextEncoding eDfltEnc );
~XMLFontStylesContext() override;