diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-04-12 13:37:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-04-12 18:29:29 +0200 |
commit | 3fe3bd8a90d6dc53b05b9236185af3916fc5375d (patch) | |
tree | 3b6bb34f0b8c54192bfc66377011baa911af5c05 /include/svx/langbox.hxx | |
parent | 3f42a9cf0c35d483206dfbb8ebf8786ada44bc60 (diff) |
loplugin:unusedfields
Change-Id: I321c8eefdc43979ef5fd3774c7094ac0dbcac417
Reviewed-on: https://gerrit.libreoffice.org/70657
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/langbox.hxx')
-rw-r--r-- | include/svx/langbox.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/langbox.hxx b/include/svx/langbox.hxx index 9c480eddc1d3..48efdc26db81 100644 --- a/include/svx/langbox.hxx +++ b/include/svx/langbox.hxx @@ -75,10 +75,8 @@ public: protected: Image m_aNotCheckedImage; Image m_aCheckedImage; - OUString m_aAllString; std::unique_ptr<css::uno::Sequence< sal_Int16 >> m_pSpellUsedLang; - bool m_bHasLangNone; bool m_bWithCheckmark; SVX_DLLPRIVATE void ImplLanguageBoxBaseInit(); |