diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-04-29 13:52:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-04-29 20:16:28 +0200 |
commit | b7bfe6ae08f5b214f2d03d70a40b66c894c0b659 (patch) | |
tree | c2a657a570190865e322f916f2926f648809171b /include/xmloff | |
parent | 7787bac16cbe63698f56a9a70d9b1b217f3ea860 (diff) |
Convert TokenContext to fastparser APIs
Change-Id: Ib40e2f3d37c52b03f2ecbd67aaeed9605e644fea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93163
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xformsimport.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/xmloff/xformsimport.hxx b/include/xmloff/xformsimport.hxx index 5975ea993416..3bf554d9a7b2 100644 --- a/include/xmloff/xformsimport.hxx +++ b/include/xmloff/xformsimport.hxx @@ -35,10 +35,7 @@ namespace com { namespace sun { namespace star { } } } /** create import context for xforms:model element. */ -XMLOFF_DLLPUBLIC SvXMLImportContext* createXFormsModelContext( - SvXMLImport& rImport, - sal_uInt16 nPrefix, - const OUString& rLocalName ); +XMLOFF_DLLPUBLIC SvXMLImportContext* createXFormsModelContext( SvXMLImport& rImport ); /** perform the actual binding of an XForms-binding with the suitable control * @param document which contains the XForms-model(s) |