summaryrefslogtreecommitdiff
path: root/shell/source/backends/localebe/localebackend.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/backends/localebe/localebackend.cxx')
-rw-r--r--shell/source/backends/localebe/localebackend.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/shell/source/backends/localebe/localebackend.cxx b/shell/source/backends/localebe/localebackend.cxx
index 852d1dc9be7d..1eb92c9773e8 100644
--- a/shell/source/backends/localebe/localebackend.cxx
+++ b/shell/source/backends/localebe/localebackend.cxx
@@ -257,10 +257,6 @@ OUString LocaleBackend::getSystemLocale()
void LocaleBackend::setPropertyValue(
OUString const &, css::uno::Any const &)
- throw (
- css::beans::UnknownPropertyException, css::beans::PropertyVetoException,
- css::lang::IllegalArgumentException, css::lang::WrappedTargetException,
- css::uno::RuntimeException, std::exception)
{
throw css::lang::IllegalArgumentException(
OUString(
@@ -270,9 +266,6 @@ void LocaleBackend::setPropertyValue(
css::uno::Any LocaleBackend::getPropertyValue(
OUString const & PropertyName)
- throw (
- css::beans::UnknownPropertyException, css::lang::WrappedTargetException,
- css::uno::RuntimeException, std::exception)
{
if ( PropertyName == "Locale" ) {
return css::uno::makeAny(
@@ -300,7 +293,6 @@ OUString SAL_CALL LocaleBackend::getBackendName() {
}
OUString SAL_CALL LocaleBackend::getImplementationName()
- throw (uno::RuntimeException, std::exception)
{
return getBackendName() ;
}
@@ -312,13 +304,11 @@ uno::Sequence<OUString> SAL_CALL LocaleBackend::getBackendServiceNames()
}
sal_Bool SAL_CALL LocaleBackend::supportsService(const OUString& aServiceName)
- throw (uno::RuntimeException, std::exception)
{
return cppu::supportsService(this, aServiceName);
}
uno::Sequence<OUString> SAL_CALL LocaleBackend::getSupportedServiceNames()
- throw (uno::RuntimeException, std::exception)
{
return getBackendServiceNames() ;
}