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.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linguistic/hyphdta.hxx b/include/linguistic/hyphdta.hxx
index 59094519617b..c080f47677ae 100644
--- a/include/linguistic/hyphdta.hxx
+++ b/include/linguistic/hyphdta.hxx
@@ -69,12 +69,6 @@ public:
isAlternativeSpelling()
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- OUString GetWord() { return aWord; }
- OUString GetHyphenatedWord() { return aHyphenatedWord; }
- sal_Int16 GetLanguage() { return nLanguage; }
- void SetWord( OUString &rTxt ) { aWord = rTxt; }
- void SetHyphenatedWord( OUString &rTxt ) { aHyphenatedWord = rTxt; }
- void SetLanguage( sal_Int16 nLang ) { nLanguage = nLang; }
static com::sun::star::uno::Reference <com::sun::star::linguistic2::XHyphenatedWord> LNG_DLLPUBLIC CreateHyphenatedWord(
const OUString &rWord, sal_Int16 nLang, sal_Int16 nHyphenationPos,
const OUString &rHyphenatedWord, sal_Int16 nHyphenPos );
@@ -115,11 +109,6 @@ public:
getHyphenationPositions()
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- OUString GetWord() { return aWord; }
- sal_Int16 GetLanguage() { return nLanguage; }
- void SetWord( OUString &rTxt ) { aWord = rTxt; }
- void SetLanguage( sal_Int16 nLang ) { nLanguage = nLang; }
-
static com::sun::star::uno::Reference < com::sun::star::linguistic2::XPossibleHyphens > LNG_DLLPUBLIC CreatePossibleHyphens
(const OUString &rWord, sal_Int16 nLang,
const OUString &rHyphWord,