From 0e507ae031768deceab236a41d1bbe9fb5123cea Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 5 Jun 2014 08:16:59 +0200 Subject: various: remove SAL_THROW macro Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494 --- include/ucbhelper/fileidentifierconverter.hxx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'include/ucbhelper') 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); } -- cgit