summaryrefslogtreecommitdiff
path: root/editeng/source/misc/svxacorr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/misc/svxacorr.cxx')
-rw-r--r--editeng/source/misc/svxacorr.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx
index f044d6aca16c..8cbeb1e7ca7c 100644
--- a/editeng/source/misc/svxacorr.cxx
+++ b/editeng/source/misc/svxacorr.cxx
@@ -2099,15 +2099,15 @@ void SvxAutoCorrectLanguageLists::LoadXMLExceptList_Imp(
{
xParser->parseStream( aParserInput );
}
- catch( xml::sax::SAXParseException& )
+ catch( const xml::sax::SAXParseException& )
{
// re throw ?
}
- catch( xml::sax::SAXException& )
+ catch( const xml::sax::SAXException& )
{
// re throw ?
}
- catch( io::IOException& )
+ catch( const io::IOException& )
{
// re throw ?
}
@@ -2226,7 +2226,7 @@ SvxAutocorrWordList* SvxAutoCorrectLanguageLists::LoadAutocorrWordList()
xParser->parseStream( aParserInput );
}
}
- catch ( uno::Exception& )
+ catch ( const uno::Exception& )
{
}
@@ -2650,7 +2650,7 @@ sal_Bool SvxAutoCorrectLanguageLists::PutText( const String& rShort,
delete pNew;
}
}
- catch ( uno::Exception& )
+ catch ( const uno::Exception& )
{
}