From 39d8ee8f91f4c571030b53febdcba07ea55ca7de Mon Sep 17 00:00:00 2001 From: Noel Date: Thu, 19 Nov 2020 13:51:21 +0200 Subject: fastparser in TokenContext Change-Id: I12c2af505d4bf19d94fb127cda2403f0b6618b07 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106159 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/xmloff/xformsimport.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/xmloff') diff --git a/include/xmloff/xformsimport.hxx b/include/xmloff/xformsimport.hxx index b6b86044ce1b..8a7ef2f6724d 100644 --- a/include/xmloff/xformsimport.hxx +++ b/include/xmloff/xformsimport.hxx @@ -35,10 +35,6 @@ namespace com::sun::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 ); -- cgit