summaryrefslogtreecommitdiff
path: root/i18npool/inc/textconversionImpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/inc/textconversionImpl.hxx')
-rw-r--r--i18npool/inc/textconversionImpl.hxx32
1 files changed, 8 insertions, 24 deletions
diff --git a/i18npool/inc/textconversionImpl.hxx b/i18npool/inc/textconversionImpl.hxx
index 3284a9f7b655..b34429d6c253 100644
--- a/i18npool/inc/textconversionImpl.hxx
+++ b/i18npool/inc/textconversionImpl.hxx
@@ -43,49 +43,33 @@ public:
css::i18n::TextConversionResult SAL_CALL
getConversions( const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength,
const css::lang::Locale& aLocale, sal_Int16 nTextConversionType,
- sal_Int32 nTextConversionOptions )
- throw( css::uno::RuntimeException,
- css::lang::IllegalArgumentException,
- css::lang::NoSupportException, std::exception ) override;
+ sal_Int32 nTextConversionOptions ) override;
OUString SAL_CALL
getConversion( const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength,
const css::lang::Locale& aLocale, sal_Int16 nTextConversionType,
- sal_Int32 nTextConversionOptions )
- throw( css::uno::RuntimeException,
- css::lang::IllegalArgumentException,
- css::lang::NoSupportException, std::exception ) override;
+ sal_Int32 nTextConversionOptions ) override;
OUString SAL_CALL
getConversionWithOffset( const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength,
const css::lang::Locale& aLocale, sal_Int16 nTextConversionType,
- sal_Int32 nTextConversionOptions, css::uno::Sequence< sal_Int32 >& offset )
- throw( css::uno::RuntimeException,
- css::lang::IllegalArgumentException,
- css::lang::NoSupportException, std::exception ) override;
+ sal_Int32 nTextConversionOptions, css::uno::Sequence< sal_Int32 >& offset ) override;
sal_Bool SAL_CALL
interactiveConversion( const css::lang::Locale& aLocale,
- sal_Int16 nTextConversionType, sal_Int32 nTextConversionOptions )
- throw( css::uno::RuntimeException,
- css::lang::IllegalArgumentException,
- css::lang::NoSupportException, std::exception ) override;
+ sal_Int16 nTextConversionType, sal_Int32 nTextConversionOptions ) override;
//XServiceInfo
OUString SAL_CALL
- getImplementationName()
- throw( css::uno::RuntimeException, std::exception ) override;
+ getImplementationName() override;
sal_Bool SAL_CALL
- supportsService(const OUString& ServiceName)
- throw( css::uno::RuntimeException, std::exception ) override;
+ supportsService(const OUString& ServiceName) override;
css::uno::Sequence< OUString > SAL_CALL
- getSupportedServiceNames()
- throw( css::uno::RuntimeException, std::exception ) override;
+ getSupportedServiceNames() override;
private:
css::lang::Locale aLocale;
css::uno::Reference < css::i18n::XExtendedTextConversion > xTC;
css::uno::Reference < css::uno::XComponentContext > m_xContext;
/// @throws css::lang::NoSupportException
- void SAL_CALL getLocaleSpecificTextConversion( const css::lang::Locale& rLocale )
- throw( css::lang::NoSupportException );
+ void SAL_CALL getLocaleSpecificTextConversion( const css::lang::Locale& rLocale );
};
} // i18n