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 | |
parent | da906ab93781928adc51c605825f91b16fe8dd19 (diff) |
connectivity: remove SAL_THROW macro
Change-Id: Id3bbb7a0d39a41b7106303f42d55ba4968235b63
Diffstat (limited to 'connectivity/source/drivers')
-rw-r--r-- | connectivity/source/drivers/mork/MNSINIParser.hxx | 4 | ||||
-rw-r--r-- | connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx | 4 | ||||
-rw-r--r-- | connectivity/source/drivers/postgresql/pq_driver.cxx | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/drivers/mork/MNSINIParser.hxx b/connectivity/source/drivers/mork/MNSINIParser.hxx index 7f078a776e94..8cfbd2856f5c 100644 --- a/connectivity/source/drivers/mork/MNSINIParser.hxx +++ b/connectivity/source/drivers/mork/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 ) {} 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 ) {} diff --git a/connectivity/source/drivers/postgresql/pq_driver.cxx b/connectivity/source/drivers/postgresql/pq_driver.cxx index df0be6184f9b..9fb7fe05b11c 100644 --- a/connectivity/source/drivers/postgresql/pq_driver.cxx +++ b/connectivity/source/drivers/postgresql/pq_driver.cxx @@ -294,7 +294,7 @@ void OOneInstanceComponentFactory::disposing() // OUString const & rImplementationName, // ::com::sun::star::uno::Sequence< OUString > const & rServiceNames, // rtl_ModuleCount * pModCount = 0 ) -// SAL_THROW(()) +// // { // return new OOneInstanceComponentFactory( rImplementationName, fptr , rServiceNames); // } |