diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-09-12 16:38:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-09-12 19:27:53 +0200 |
commit | 4000d57869fda437f0361dc4ac991858905a40e9 (patch) | |
tree | 9a592253826ad2b0d51346a2799b86da1ea40567 /xmloff/inc | |
parent | ca44362491b8f823b4d36cddfd5e6242074cc211 (diff) |
use more concrete UNO types in xmloff
Change-Id: Idf2bcf23497ef5d673ab36f776f562e8c964b3a3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173270
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/XMLEmbeddedObjectImportContext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/XMLEmbeddedObjectImportContext.hxx b/xmloff/inc/XMLEmbeddedObjectImportContext.hxx index ca1ea2ac4dcb..557f61e5b664 100644 --- a/xmloff/inc/XMLEmbeddedObjectImportContext.hxx +++ b/xmloff/inc/XMLEmbeddedObjectImportContext.hxx @@ -26,7 +26,7 @@ namespace com::sun::star::lang { class XComponent; } class XMLEmbeddedObjectImportContext final : public SvXMLImportContext { - css::uno::Reference<css::xml::sax::XFastDocumentHandler > mxFastHandler; + rtl::Reference<SvXMLImport> mxFastHandler; css::uno::Reference<css::lang::XComponent > xComp; OUString sFilterService; |