From 4000d57869fda437f0361dc4ac991858905a40e9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 12 Sep 2024 16:38:37 +0200 Subject: 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 --- xmloff/inc/XMLEmbeddedObjectImportContext.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/inc') 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 mxFastHandler; + rtl::Reference mxFastHandler; css::uno::Reference xComp; OUString sFilterService; -- cgit