diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-04 14:50:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-05 08:37:05 +0200 |
commit | 6e3a5631861ba8b8072fae6c3e5bb1a81627b612 (patch) | |
tree | 672a35f1782c60742b3b671fb6457758e6ca3cfd /include | |
parent | 1db4ada4fc3a3bf1bd6b6d27bb17867cfb7b4709 (diff) |
loplugin:unusedfields various
Change-Id: Ia7bcf2471381aa6a2768ea795fe6572e38209100
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/fmsrcimp.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/fmsrcimp.hxx b/include/svx/fmsrcimp.hxx index 7a2b96048895..8e21cc92473d 100644 --- a/include/svx/fmsrcimp.hxx +++ b/include/svx/fmsrcimp.hxx @@ -158,9 +158,6 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC FmSearchEngine final // Since the iterator could have more columns, as managed here (in this field listbox), // a mapping of this css::form keys on the indices of the respective columns is kept in the iterator - // the formatter - css::uno::Reference< css::util::XNumberFormatsSupplier > m_xFormatSupplier; - CharClass m_aCharacterClassficator; CollatorWrapper m_aStringCompare; @@ -168,7 +165,6 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC FmSearchEngine final struct FieldInfo { css::uno::Reference< css::sdb::XColumn > xContents; - sal_uInt32 nFormatKey; }; typedef std::vector<FieldInfo> FieldCollection; |