diff options
author | Noel Grandin <noel@peralex.com> | 2014-06-05 08:16:10 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-06-05 08:17:51 +0200 |
commit | a8d5b0c81550ac224ef1278e764216afbbfea4b3 (patch) | |
tree | 9a912f85cf4898f010a46f1b5727c43e6f402e60 /stoc/test | |
parent | 579d1f61b0300434801e9b37012254a506fc0230 (diff) |
stoc: remove SAL_THROW macro
Change-Id: I7443c855a7145837621887030b0d3d01cca2a5ac
Diffstat (limited to 'stoc/test')
-rw-r--r-- | stoc/test/testregistry.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stoc/test/testregistry.cxx b/stoc/test/testregistry.cxx index 97c8f860031a..9abeb38533e9 100644 --- a/stoc/test/testregistry.cxx +++ b/stoc/test/testregistry.cxx @@ -56,14 +56,12 @@ namespace stoc_impreg { void SAL_CALL mergeKeys( Reference< registry::XRegistryKey > const & xDest, -Reference< registry::XRegistryKey > const & xSource ) -SAL_THROW( (registry::InvalidRegistryException, registry::MergeConflictException) ); +Reference< registry::XRegistryKey > const & xSource ); } static void mergeKeys( Reference< registry::XSimpleRegistry > const & xDest, OUString const & rBaseNode, OUString const & rURL ) -SAL_THROW( (registry::InvalidRegistryException, registry::MergeConflictException) ) { Reference< registry::XRegistryKey > xDestRoot( xDest->getRootKey() ); Reference< registry::XRegistryKey > xDestKey; |