From 53f4837b92560d75eb6e629bebaf4e523ee40162 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 21 Aug 2011 21:24:35 +0100 Subject: callcatcher: various methods --- unotools/source/config/lingucfg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unotools') diff --git a/unotools/source/config/lingucfg.cxx b/unotools/source/config/lingucfg.cxx index 828c0736ccdb..cc08afdc934f 100644 --- a/unotools/source/config/lingucfg.cxx +++ b/unotools/source/config/lingucfg.cxx @@ -1382,7 +1382,7 @@ bool SvtLinguConfig::HasGrammarChecker() const uno::Sequence< rtl::OUString > aElementNames( xNA->getElementNames() ); bRes = aElementNames.getLength() > 0; } - catch (uno::Exception &) + catch (const uno::Exception&) { } -- cgit