From 17fb3ac805acbaf5e503d44ac96d928333164f2d Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 3 Sep 2013 13:55:18 +0300 Subject: WaE: C4101: 'ex' : unreferenced local variable Change-Id: If56eaa48c176138cd1b74da2f7f0aa71e3845894 --- basic/source/comp/dim.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic') diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx index 64d056534c8f..4173909700f4 100644 --- a/basic/source/comp/dim.cxx +++ b/basic/source/comp/dim.cxx @@ -1349,7 +1349,7 @@ bool SbiParser::IsUnoInterface(const OUString& sTypeName) } return false; } - catch(const Exception& ex) + catch(const Exception&) { OSL_FAIL("Could not create reflection.CoreReflection."); } -- cgit