diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-22 15:54:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-23 11:54:54 +0100 |
commit | cd383000f84b8b75ffe15d1cd1bb8d5a14a71685 (patch) | |
tree | 01387d2f0750baae62139a6ee572c73d122f8714 /forms/source/component/ComboBox.hxx | |
parent | a25ee52f6861796853cb3ebf12e49834222bcba0 (diff) |
loplugin:unusedfields in forms..fpicker
Change-Id: Ifd3afbf276100e3cef802bbcc0792b43a9cd84f8
Reviewed-on: https://gerrit.libreoffice.org/68228
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'forms/source/component/ComboBox.hxx')
-rw-r--r-- | forms/source/component/ComboBox.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/forms/source/component/ComboBox.hxx b/forms/source/component/ComboBox.hxx index 06b77f762d5f..dd5db15a010e 100644 --- a/forms/source/component/ComboBox.hxx +++ b/forms/source/component/ComboBox.hxx @@ -54,9 +54,6 @@ class OComboBoxModel final css::uno::Any m_aLastKnownValue; css::uno::Sequence<OUString> m_aDesignModeStringItems; - // upon loading, in some cases we reset fill our string item list ourself. We don't want - // to lose the user's items then, so we remember them here. - css::uno::Reference< css::util::XNumberFormatter> m_xFormatter; css::form::ListSourceType m_eListSourceType; // ListSource's type bool m_bEmptyIsNull; // Empty string is interpreted as NULL |