summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-10 14:48:51 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-10 14:48:51 +0100
commit4d1e8ed389f11c06a4d666c62b13da42e1fd8f7c (patch)
tree6fe1ac97c73cb4719e1bcb444a2ff3187186afee /connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx
parenttranslate comments (diff)
downloadcore-4d1e8ed389f11c06a4d666c62b13da42e1fd8f7c.tar.gz
core-4d1e8ed389f11c06a4d666c62b13da42e1fd8f7c.zip
Some cppcheck cleaning
Diffstat (limited to 'connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx')
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx
index 4ded64d6b6c5..f56df914a411 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx
@@ -48,7 +48,7 @@ IniParser::IniParser(OUString const & rIniName) throw(com::sun::star::io::IOExce
if (iniUrl.getLength())
fileError = osl_openFile(iniUrl.pData, &handle, osl_File_OpenFlag_Read);
}
- catch(::com::sun::star::io::IOException e)
+ catch(::com::sun::star::io::IOException&)
{
#if OSL_DEBUG_LEVEL > 0
OString file_tmp = OUStringToOString(iniUrl, RTL_TEXTENCODING_ASCII_US);