summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx')
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx
index 9b44ffb2091b..120f47121915 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx
@@ -52,7 +52,7 @@ class IniParser
public:
IniSectionMap& getAllSection() { return mAllSection; }
/// @throws css::io::IOException
- explicit IniParser(OUString const & rIniName) throw(css::io::IOException, std::exception);
+ explicit IniParser(OUString const & rIniName);
};
#endif