diff options
Diffstat (limited to 'include/svx')
-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; |