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 /svx/source/form/fmsrcimp.cxx | |
parent | 1db4ada4fc3a3bf1bd6b6d27bb17867cfb7b4709 (diff) |
loplugin:unusedfields various
Change-Id: Ia7bcf2471381aa6a2768ea795fe6572e38209100
Diffstat (limited to 'svx/source/form/fmsrcimp.cxx')
-rw-r--r-- | svx/source/form/fmsrcimp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/form/fmsrcimp.cxx b/svx/source/form/fmsrcimp.cxx index f97ea15ef1d7..cbcc635a3296 100644 --- a/svx/source/form/fmsrcimp.cxx +++ b/svx/source/form/fmsrcimp.cxx @@ -273,7 +273,6 @@ void FmSearchEngine::BuildAndInsertFieldInfo(const Reference< css::container::XI // build the FieldInfo for that FieldInfo fiCurrent; fiCurrent.xContents.set(xCurrentField, UNO_QUERY); - fiCurrent.nFormatKey = ::comphelper::getINT32(xProperties->getPropertyValue(FM_PROP_FORMATKEY)); // and memorize m_arrUsedFields.insert(m_arrUsedFields.end(), fiCurrent); |