summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2023-06-06 10:18:33 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2023-06-06 11:54:16 +0200
commitf831b1edd87d934d74fc931a3650e3737ccfe3a8 (patch)
treee346f6140a688f58f62f0681d3cb6e800cfd93f2 /include
parent1ae50dc4f816f37df50bfcb9d97c071fdf1e143f (diff)
Drop the unneeded optimization for "[All]"
It will only be used *at most* once, but often will not be used at all. Change-Id: I13b0e9ab8a4918c56a7e710c80d6d9d36019c605 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152644 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/langbox.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/langbox.hxx b/include/svx/langbox.hxx
index 1ab9c478d805..af09654bfc62 100644
--- a/include/svx/langbox.hxx
+++ b/include/svx/langbox.hxx
@@ -59,7 +59,6 @@ public:
private:
std::unique_ptr<weld::ComboBox> m_xControl;
Link<weld::ComboBox&, void> m_aChangeHdl;
- OUString m_aAllString;
std::unique_ptr<css::uno::Sequence<sal_Int16>> m_xSpellUsedLang;
LanguageType m_eSavedLanguage;
EditedAndValid m_eEditedAndValid;