summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
Diffstat (limited to 'basic')
-rw-r--r--basic/source/comp/dim.cxx2
1 files changed, 1 insertions, 1 deletions
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.");
}