diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-25 12:42:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-25 18:22:02 +0200 |
commit | 5bf60ba188bb96b4fbda0ff0aa30aa1815ca647f (patch) | |
tree | db53a60ffb66defb694899cb81e76269285870ea /dbaccess | |
parent | e2fe4fde592564d35099ad1e2659ad682dfb77f5 (diff) |
use more fastparser in OReportStylesContext
Change-Id: Ie8126206d9144ccba1fb120d47af9ebe35a345d5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101320
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/filter/xml/xmlStyleImport.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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, |