diff options
author | Noel Grandin <noel@peralex.com> | 2014-06-05 08:16:59 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-06-05 08:17:52 +0200 |
commit | 0e507ae031768deceab236a41d1bbe9fb5123cea (patch) | |
tree | 34cc1626f1e8fa6d50d6edd88045be6252150f19 /ucbhelper | |
parent | db246b491c1639942d9f952658d33974e9b06201 (diff) |
various: remove SAL_THROW macro
Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/source/client/fileidentifierconverter.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ucbhelper/source/client/fileidentifierconverter.cxx b/ucbhelper/source/client/fileidentifierconverter.cxx index fadc8ed01997..e3f3ec9cfeb9 100644 --- a/ucbhelper/source/client/fileidentifierconverter.cxx +++ b/ucbhelper/source/client/fileidentifierconverter.cxx @@ -38,7 +38,7 @@ namespace ucbhelper { OUString -getLocalFileURL() SAL_THROW((uno::RuntimeException)) +getLocalFileURL() { // If there were more file systems than just "file:///" (e.g., the obsolete // "vnd.sun.star.wfs:///"), this code should query all relevant UCPs for @@ -58,7 +58,6 @@ getFileURLFromSystemPath( uno::Reference< ucb::XUniversalContentBroker > const & rUcb, OUString const & rBaseURL, OUString const & rSystemPath) - SAL_THROW((uno::RuntimeException)) { OSL_ASSERT(rUcb.is()); @@ -80,7 +79,6 @@ OUString getSystemPathFromFileURL( uno::Reference< ucb::XUniversalContentBroker > const & rUcb, OUString const & rURL) - SAL_THROW((uno::RuntimeException)) { OSL_ASSERT(rUcb.is()); |