summaryrefslogtreecommitdiff
path: root/include/ucbhelper/fileidentifierconverter.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:16:59 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:52 +0200
commit0e507ae031768deceab236a41d1bbe9fb5123cea (patch)
tree34cc1626f1e8fa6d50d6edd88045be6252150f19 /include/ucbhelper/fileidentifierconverter.hxx
parentdb246b491c1639942d9f952658d33974e9b06201 (diff)
various: remove SAL_THROW macro
Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
Diffstat (limited to 'include/ucbhelper/fileidentifierconverter.hxx')
-rw-r--r--include/ucbhelper/fileidentifierconverter.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/ucbhelper/fileidentifierconverter.hxx b/include/ucbhelper/fileidentifierconverter.hxx
index 892234d39fc2..d2ace143c87f 100644
--- a/include/ucbhelper/fileidentifierconverter.hxx
+++ b/include/ucbhelper/fileidentifierconverter.hxx
@@ -42,8 +42,7 @@ namespace ucbhelper {
either a 'root' URL for the most 'local' file content provider, or an
empty string, if no such URL can meaningfully be constructed.
*/
-UCBHELPER_DLLPUBLIC OUString getLocalFileURL()
- SAL_THROW((com::sun::star::uno::RuntimeException));
+UCBHELPER_DLLPUBLIC OUString getLocalFileURL();
/** Using a specific content provider manager, convert a file path in system
@@ -75,8 +74,7 @@ getFileURLFromSystemPath(
com::sun::star::ucb::XUniversalContentBroker > const &
rUcb,
OUString const & rBaseURL,
- OUString const & rSystemPath)
- SAL_THROW((com::sun::star::uno::RuntimeException));
+ OUString const & rSystemPath);
/** Using a specific content provider manager, convert a (file) URL to a
@@ -104,8 +102,7 @@ getSystemPathFromFileURL(
com::sun::star::uno::Reference<
com::sun::star::ucb::XUniversalContentBroker > const &
rUcb,
- OUString const & rURL)
- SAL_THROW((com::sun::star::uno::RuntimeException));
+ OUString const & rURL);
}