From 11383f56fb6889a324dd74725e5092ac4ce3999d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 5 Jun 2014 08:08:35 +0200 Subject: connectivity: remove SAL_THROW macro Change-Id: Id3bbb7a0d39a41b7106303f42d55ba4968235b63 --- connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'connectivity/source/drivers/mozab/bootstrap') 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 ) {} -- cgit