diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-11-17 13:33:51 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-11-23 23:21:48 +0100 |
commit | 4549de73090284f149ed6ba62818e27739bdaf19 (patch) | |
tree | 2569484f7a59296402c2518bc9b2c1d42bc3f5f7 /sw/source/uibase/inc/olmenu.hxx | |
parent | 352966952641eed80ae94de57065b0e0896116a6 (diff) |
SpellingPopup: Remove m_aSuggestions member variable
We don't need it after the construction. The text is stored by the
menu item.
Change-Id: I54b0392b4564e76d405824bb297e6f993a24a5fb
(cherry picked from commit dc842a4af87ae5f1edd6112ca4f2ff2ac25f5a50)
Reviewed-on: https://gerrit.libreoffice.org/83589
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sw/source/uibase/inc/olmenu.hxx')
-rw-r--r-- | sw/source/uibase/inc/olmenu.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/olmenu.hxx b/sw/source/uibase/inc/olmenu.hxx index db80e20e931a..984dfb759872 100644 --- a/sw/source/uibase/inc/olmenu.hxx +++ b/sw/source/uibase/inc/olmenu.hxx @@ -96,7 +96,6 @@ class SW_DLLPUBLIC SwSpellPopup css::linguistic2::ProofreadingResult m_xGrammarResult; sal_Int32 m_nGrammarError; - css::uno::Sequence< OUString > m_aSuggestions; OUString m_sExplanationLink; LanguageType m_nCheckedLanguage; |