summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgimport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/svgimport.cxx')
-rw-r--r--filter/source/svg/svgimport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/svg/svgimport.cxx b/filter/source/svg/svgimport.cxx
index 8ec38eef3471..21c7c80e8043 100644
--- a/filter/source/svg/svgimport.cxx
+++ b/filter/source/svg/svgimport.cxx
@@ -70,7 +70,7 @@ sal_Bool SVGFilter::implImport( const Sequence< PropertyValue >& rDescriptor )
uno::Reference < XImporter > xImporter(xInternalHandler, UNO_QUERY);
xImporter->setTargetDocument(mxDstDoc);
- SVGReader aReader(uno::Reference<lang::XMultiServiceFactory>(mxContext->getServiceManager(), uno::UNO_QUERY_THROW), xInputStream, xInternalHandler);
+ SVGReader aReader(mxContext, xInputStream, xInternalHandler);
return aReader.parseAndConvert();
}