summaryrefslogtreecommitdiff
path: root/include/tools/inetmsg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-02 15:55:46 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-06 09:06:47 +0000
commitc760932fae3c2763a8b573511a5ad1e0f2b75ca7 (patch)
tree22ece7a6620a563475799c900fd3a01b8ba76692 /include/tools/inetmsg.hxx
parent592ee0308a36518137ab8ed965f28de4600909da (diff)
loplugin:unusedmethods basebmp
Change-Id: I9e89fea4e94a91edbbe355780c2a12d6e6cb6e4a Reviewed-on: https://gerrit.libreoffice.org/16728 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/tools/inetmsg.hxx')
-rw-r--r--include/tools/inetmsg.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/tools/inetmsg.hxx b/include/tools/inetmsg.hxx
index 3bca8fa723ee..c064a0dc80eb 100644
--- a/include/tools/inetmsg.hxx
+++ b/include/tools/inetmsg.hxx
@@ -159,16 +159,6 @@ class TOOLS_DLLPUBLIC INetMIMEMessage
void CopyImp (const INetMIMEMessage& rMsg);
void SetHeaderParsed() { bHeaderParsed = true; }
- OUString GetHeaderName_Impl (
- sal_uIntPtr nIndex, rtl_TextEncoding eEncoding) const
- {
- if ( nIndex < m_aHeaderList.size() ) {
- return OStringToOUString(m_aHeaderList[ nIndex ]->GetName(), eEncoding);
- } else {
- return OUString();
- }
- }
-
OUString GetHeaderValue_Impl (
sal_uIntPtr nIndex, INetMIME::HeaderFieldType eType) const
{