diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-25 08:24:32 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-25 08:25:10 +0200 |
commit | 631b67952909a73ba1851417bd2edbe02ad7be5a (patch) | |
tree | f69702066fe53b277212129655f4d1bfa0ef9997 /tools | |
parent | a4af308d90463049379557e2efc0205972164384 (diff) |
loplugin:unusedfields in include/toolkit,include/tools
Change-Id: I22966b66b1b8e4dff2e565de456f21a668f33f28
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/inet/inetmime.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/source/inet/inetmime.cxx b/tools/source/inet/inetmime.cxx index d4004c79c544..6ed448d1500d 100644 --- a/tools/source/inet/inetmime.cxx +++ b/tools/source/inet/inetmime.cxx @@ -690,8 +690,7 @@ bool parseParameters(ParameterList const & rInput, } auto const ret = pOutput->insert( {p->m_aAttribute, - {p->m_aAttribute, p->m_aCharset, p->m_aLanguage, aValue, - !bBadEncoding}}); + {aValue}}); SAL_INFO_IF(!ret.second, "tools", "INetMIME: dropping duplicate parameter: " << p->m_aAttribute); p = pNext; |