diff options
author | Eike Rathke <erack@redhat.com> | 2014-04-18 01:03:55 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-04-18 01:05:58 +0200 |
commit | 7531f838c89b0e1d0826d4144ad2d0c70a41e1aa (patch) | |
tree | ffe327b64cc512024b9d8f09ca7fd0635530452f /include | |
parent | 2580b5dd875f7a8d12b652128e27aaea7d9b6403 (diff) |
we don't even need an instance of SvtLanguageTable at SvxLanguageBox
Change-Id: I7ccefc73d7f6e5b7c41d6819ae13116af9d5b5ef
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/langbox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/langbox.hxx b/include/svx/langbox.hxx index 8885064d01fa..02081424aa69 100644 --- a/include/svx/langbox.hxx +++ b/include/svx/langbox.hxx @@ -57,7 +57,6 @@ private: Image m_aCheckedImage; OUString m_aAllString; com::sun::star::uno::Sequence< sal_Int16 > *m_pSpellUsedLang; - SvtLanguageTable* m_pLangTable; sal_Int16 m_nLangList; bool m_bHasLangNone; bool m_bLangNoneIsLangAll; |