From 5bf60ba188bb96b4fbda0ff0aa30aa1815ca647f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 25 Aug 2020 12:42:01 +0200 Subject: use more fastparser in OReportStylesContext Change-Id: Ie8126206d9144ccba1fb120d47af9ebe35a345d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101320 Tested-by: Jenkins Reviewed-by: Noel Grandin --- dbaccess/source/filter/xml/xmlStyleImport.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'dbaccess') diff --git a/dbaccess/source/filter/xml/xmlStyleImport.hxx b/dbaccess/source/filter/xml/xmlStyleImport.hxx index 8eeb7ac7dd54..326479df74d2 100644 --- a/dbaccess/source/filter/xml/xmlStyleImport.hxx +++ b/dbaccess/source/filter/xml/xmlStyleImport.hxx @@ -77,6 +77,7 @@ namespace dbaxml protected: // Create a style context. + using SvXMLStylesContext::CreateStyleStyleChildContext; virtual SvXMLStyleContext *CreateStyleStyleChildContext( XmlStyleFamily nFamily, sal_uInt16 nPrefix, -- cgit