From b5bde198a8e5054277787d3c6b5feddb4c5b93fd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 28 Jan 2020 09:23:03 +0200 Subject: remove some unused local vars found by my new loplugin:unusedvariableplus Change-Id: Ic3f55f492d43a53d8850a97d44059ff127fd69a2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87573 Tested-by: Jenkins Reviewed-by: Noel Grandin --- starmath/source/mathmlimport.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'starmath') diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx index bcfaae1f7bd6..55d9eeda2503 100644 --- a/starmath/source/mathmlimport.cxx +++ b/starmath/source/mathmlimport.cxx @@ -2738,7 +2738,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool TestImportMML(SvStream &rStream) uno::Reference xInfoSet; uno::Reference xContext(comphelper::getProcessComponentContext()); - uno::Reference xMultiServiceFactory(comphelper::getProcessServiceFactory()); uno::Reference xStream(new utl::OSeekableInputStreamWrapper(rStream)); //SetLoading hack because the document properties will be re-initted -- cgit