From 7896173f7ff017e338721b8079f00634a8879dab Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 7 Dec 2020 22:04:40 +0200 Subject: fastparser in styles Change-Id: I39d285f1dd7dd18c396db96863f77f511741951c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107364 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/xmloff/XMLTextShapeStyleContext.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/xmloff/XMLTextShapeStyleContext.hxx') diff --git a/include/xmloff/XMLTextShapeStyleContext.hxx b/include/xmloff/XMLTextShapeStyleContext.hxx index 77e2bcbe58b1..bff4781526bc 100644 --- a/include/xmloff/XMLTextShapeStyleContext.hxx +++ b/include/xmloff/XMLTextShapeStyleContext.hxx @@ -29,8 +29,7 @@ class XMLOFF_DLLPUBLIC XMLTextShapeStyleContext final : public XMLShapeStyleCont rtl::Reference xEventContext; - virtual void SetAttribute( sal_uInt16 nPrefixKey, - const OUString& rLocalName, + virtual void SetAttribute( sal_Int32 nElement, const OUString& rValue ) override; public: -- cgit