summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-13 11:56:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-13 11:56:33 +0100
commite8f40ec98852a237552ec8a259038d0fc3b25c10 (patch)
treee021db7cf70110391cf3160abc4e97a6474e2fe6 /comphelper
parent63312dbbd3e4ec66c3ee1c6040bc462a8cccb0ac (diff)
coverity#983616 Uncaught exception
Change-Id: I7414fffb0ab0aa7c52ba58d666c26abc4367798c
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/compare/AnyCompareFactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/compare/AnyCompareFactory.cxx b/comphelper/source/compare/AnyCompareFactory.cxx
index 1f218a5f303c..3de918e6655c 100644
--- a/comphelper/source/compare/AnyCompareFactory.cxx
+++ b/comphelper/source/compare/AnyCompareFactory.cxx
@@ -44,7 +44,7 @@ class AnyCompare : public ::cppu::WeakImplHelper1< XAnyCompare >
Reference< XCollator > m_rCollator;
public:
- AnyCompare( Reference< XComponentContext > xContext, const Locale& rLocale ) throw()
+ AnyCompare( Reference< XComponentContext > xContext, const Locale& rLocale )
{
m_rCollator = Collator::create( xContext );
m_rCollator->loadDefaultCollator( rLocale,