summaryrefslogtreecommitdiff
path: root/include/linguistic/hyphdta.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/linguistic/hyphdta.hxx')
-rw-r--r--include/linguistic/hyphdta.hxx30
1 files changed, 10 insertions, 20 deletions
diff --git a/include/linguistic/hyphdta.hxx b/include/linguistic/hyphdta.hxx
index 2c7479bbc423..3fe0c76d4b69 100644
--- a/include/linguistic/hyphdta.hxx
+++ b/include/linguistic/hyphdta.hxx
@@ -48,23 +48,17 @@ public:
// XHyphenatedWord
virtual OUString SAL_CALL
- getWord()
- throw(css::uno::RuntimeException, std::exception) override;
+ getWord() override;
virtual css::lang::Locale SAL_CALL
- getLocale()
- throw(css::uno::RuntimeException, std::exception) override;
+ getLocale() override;
virtual sal_Int16 SAL_CALL
- getHyphenationPos()
- throw(css::uno::RuntimeException, std::exception) override;
+ getHyphenationPos() override;
virtual OUString SAL_CALL
- getHyphenatedWord()
- throw(css::uno::RuntimeException, std::exception) override;
+ getHyphenatedWord() override;
virtual sal_Int16 SAL_CALL
- getHyphenPos()
- throw(css::uno::RuntimeException, std::exception) override;
+ getHyphenPos() override;
virtual sal_Bool SAL_CALL
- isAlternativeSpelling()
- throw(css::uno::RuntimeException, std::exception) override;
+ isAlternativeSpelling() override;
static css::uno::Reference <css::linguistic2::XHyphenatedWord> LNG_DLLPUBLIC CreateHyphenatedWord(
const OUString &rWord, sal_Int16 nLang, sal_Int16 nHyphenationPos,
@@ -94,17 +88,13 @@ public:
// XPossibleHyphens
virtual OUString SAL_CALL
- getWord()
- throw(css::uno::RuntimeException, std::exception) override;
+ getWord() override;
virtual css::lang::Locale SAL_CALL
- getLocale()
- throw(css::uno::RuntimeException, std::exception) override;
+ getLocale() override;
virtual OUString SAL_CALL
- getPossibleHyphens()
- throw(css::uno::RuntimeException, std::exception) override;
+ getPossibleHyphens() override;
virtual css::uno::Sequence< sal_Int16 > SAL_CALL
- getHyphenationPositions()
- throw(css::uno::RuntimeException, std::exception) override;
+ getHyphenationPositions() override;
static css::uno::Reference < css::linguistic2::XPossibleHyphens > LNG_DLLPUBLIC CreatePossibleHyphens
(const OUString &rWord, sal_Int16 nLang,