diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-21 21:24:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-22 09:39:17 +0100 |
commit | 53f4837b92560d75eb6e629bebaf4e523ee40162 (patch) | |
tree | 44210662a3f7f4180b2cd8d0ad178293ed681a09 /unotools | |
parent | 8df44286192df6cabd84a370a785ea67f3c0b806 (diff) |
callcatcher: various methods
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/lingucfg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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&) { } |