summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms/SchemaContext.hxx
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-12-15 15:35:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-12-17 08:00:23 +0100
commit11382ccf2ff58ba470dfa604654685730e0411f8 (patch)
tree1c05156da569e386f0d65fabcc6b91a3b2207c4b /xmloff/source/xforms/SchemaContext.hxx
parent9edd554eb634bcb88add30e3290cb9a8650ce38f (diff)
use views to parse
Change-Id: I9c0b89c9463065323b1a86aee21163c97b75bb25 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107761 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/xforms/SchemaContext.hxx')
-rw-r--r--xmloff/source/xforms/SchemaContext.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmloff/source/xforms/SchemaContext.hxx b/xmloff/source/xforms/SchemaContext.hxx
index bc780d2c4ded..e23ac37ebbbb 100644
--- a/xmloff/source/xforms/SchemaContext.hxx
+++ b/xmloff/source/xforms/SchemaContext.hxx
@@ -44,9 +44,7 @@ public:
// implement TokenContext methods:
protected:
- virtual void HandleAttribute(
- sal_Int32 nAttributeToken,
- const OUString& rValue ) override;
+ virtual void HandleAttribute(const sax_fastparser::FastAttributeList::FastAttributeIter & aIter ) override;
virtual SvXMLImportContext* HandleChild(
sal_Int32 nElementToken,