diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-25 09:44:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-25 11:46:44 +0100 |
commit | 3525b4e098290af9953e4be571e242598fcc0a49 (patch) | |
tree | 7e5fd269be6226f9c743392b1127fa9a13347d22 /include/svx | |
parent | 843ec02fcbc6e1dbc0fbac7e0ee90fd6177711e7 (diff) |
loplugin:unusedmethods
Change-Id: I085394e0f4b780dc5b376d5ac0e9d761434e3ead
Reviewed-on: https://gerrit.libreoffice.org/68301
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/langbox.hxx | 1 | ||||
-rw-r--r-- | include/svx/txencbox.hxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/langbox.hxx b/include/svx/langbox.hxx index d707f84a6052..0ec67c78ac44 100644 --- a/include/svx/langbox.hxx +++ b/include/svx/langbox.hxx @@ -68,7 +68,6 @@ public: void InsertSystemLanguage(); void InsertLanguage( const LanguageType eLangType, bool bCheckEntry ); - void RemoveLanguage( const LanguageType eLangType ); void SelectLanguage( const LanguageType eLangType ); LanguageType GetSelectedLanguage() const; bool IsLanguageSelected( const LanguageType eLangType ) const; diff --git a/include/svx/txencbox.hxx b/include/svx/txencbox.hxx index f2edcb83f6d5..0bc69c2a537d 100644 --- a/include/svx/txencbox.hxx +++ b/include/svx/txencbox.hxx @@ -59,8 +59,6 @@ public: */ void FillWithMimeAndSelectBest(); - void InsertTextEncoding( const rtl_TextEncoding nEnc ); - void InsertTextEncoding( const rtl_TextEncoding nEnc, const OUString& rEntry ); |