diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-16 08:11:27 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-16 08:37:25 +0000 |
commit | 7ab881a57d01e58eebcc2608ae8dd61af4552ae8 (patch) | |
tree | e8a5a50805ebd653834adbb03e7e98b8b6f22dc6 /include/editeng/splwrap.hxx | |
parent | 795ac5bc53f6c15f2ab4634201747eb1c3e3331f (diff) |
loplugin:unusedmethods editeng
Change-Id: I15b2be5a9cd6e72447b674a65eabe9f89cb6ff12
Reviewed-on: https://gerrit.libreoffice.org/17115
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/editeng/splwrap.hxx')
-rw-r--r-- | include/editeng/splwrap.hxx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/editeng/splwrap.hxx b/include/editeng/splwrap.hxx index e9de2f7a31ec..602741bd5309 100644 --- a/include/editeng/splwrap.hxx +++ b/include/editeng/splwrap.hxx @@ -99,19 +99,9 @@ public: void SpellDocument(); // Perform Spell Checking inline bool IsStartDone(){ return bStartDone; } inline bool IsEndDone(){ return bEndDone; } - inline bool IsReverse(){ return bReverse; } - inline bool IsDialog(){ return bDialog; } // SvxSpellCheckDialog OnScreen inline bool IsHyphen(){ return bHyphen; } // Split instead of Spell check inline void SetHyphen( const bool bNew = true ){ bHyphen = bNew; } - inline ::com::sun::star::uno::Reference< - ::com::sun::star::linguistic2::XSpellChecker1 > - GetXSpellChecker() { return xSpell; } - inline ::com::sun::star::uno::Reference< - ::com::sun::star::linguistic2::XHyphenator > - GetXHyphenator() { return xHyph; } inline bool IsAllRight() { return bAllRight; } - inline vcl::Window* GetWin() { return pWin; } - inline void EnableAutoCorrect() { bAuto = true; } protected: ::com::sun::star::uno::Reference< @@ -130,16 +120,9 @@ protected: ::com::sun::star::linguistic2::XDictionary > GetAllRightDic(); virtual void SpellEnd(); // Finish area - virtual void ScrollArea(); // Set ScrollArea - // Replace word - virtual void ChangeWord( const OUString& rNewWord, const sal_uInt16 nLang ); - // Wort via Thesaurus ersetzen - virtual void ChangeThesWord( const OUString& rNewWord ); - virtual void AutoCorrect( const OUString& rAktStr, const OUString& rNewStr ); virtual void InsertHyphen( const sal_Int32 nPos ); // Insert hyphen void SetCurTextObj( SdrObject* pObj ) { mpTextObj = pObj; } - SdrObject* GetCurTextObj() { return mpTextObj; } }; #endif |