diff options
author | Noel Grandin <noel@peralex.com> | 2014-06-05 08:08:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-06-05 08:17:47 +0200 |
commit | 11383f56fb6889a324dd74725e5092ac4ce3999d (patch) | |
tree | b065c7f5e92e9f9abe2bde17daada01920dd63c8 /connectivity/source/drivers/mozab/bootstrap | |
parent | da906ab93781928adc51c605825f91b16fe8dd19 (diff) |
connectivity: remove SAL_THROW macro
Change-Id: Id3bbb7a0d39a41b7106303f42d55ba4968235b63
Diffstat (limited to 'connectivity/source/drivers/mozab/bootstrap')
-rw-r--r-- | connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx index 7f078a776e94..8cfbd2856f5c 100644 --- a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx +++ b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx @@ -35,10 +35,10 @@ struct ini_NameValue OUString sName; OUString sValue; - inline ini_NameValue() SAL_THROW(()) + inline ini_NameValue() {} inline ini_NameValue( - OUString const & name, OUString const & value ) SAL_THROW(()) + OUString const & name, OUString const & value ) : sName( name ), sValue( value ) {} |