From 404a3c806ffdf094c2f4a95a722765fea132fad5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 1 Oct 2019 09:17:15 +0200 Subject: loplugin:simplifyconstruct (clang-cl) Change-Id: I08da288a88c2bce1d4250ec77f17bd483e6bc09c Reviewed-on: https://gerrit.libreoffice.org/79911 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- extensions/source/ole/unoconversionutilities.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/source/ole/unoconversionutilities.hxx b/extensions/source/ole/unoconversionutilities.hxx index 5e4a96a2ef0d..0fffbaacb695 100644 --- a/extensions/source/ole/unoconversionutilities.hxx +++ b/extensions/source/ole/unoconversionutilities.hxx @@ -1661,7 +1661,7 @@ Any UnoConversionUtilities::createOleObjectWrapper(VARIANT* pVar, const Type& spDispatch2.QueryInterface( & spUnknown.p); } - static Type VOID_TYPE= Type(); + static Type VOID_TYPE; Any ret; //If no Type is provided and pVar contains IUnknown then we return a XInterface. //If pVar contains an IDispatch then we return a XInvocation. -- cgit