summaryrefslogtreecommitdiffstats
path: root/include/tools/inetmsg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-15 12:00:55 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-01-15 12:39:46 +0000
commite15a997b153551a4c0e91964b5cff1b6269a9790 (patch)
tree93208827148e6df46ff6d24048ba92745124050d /include/tools/inetmsg.hxx
parentAndroid: don't disable langtag (libetonyek has hard dependency) (diff)
downloadcore-e15a997b153551a4c0e91964b5cff1b6269a9790.tar.gz
core-e15a997b153551a4c0e91964b5cff1b6269a9790.zip
loplugin:unusedmethods unused return value in include/tools
Change-Id: I77a6a46ca20cb41ed73050185fb2064a1bbf2009 Reviewed-on: https://gerrit.libreoffice.org/21485 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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/inetmsg.hxx b/include/tools/inetmsg.hxx
index 996e3348dad7..ae7f23ce49af 100644
--- a/include/tools/inetmsg.hxx
+++ b/include/tools/inetmsg.hxx
@@ -174,8 +174,8 @@ public:
}
INetMIMEMessage* GetParent() const { return pParent; }
- bool EnableAttachMultipartFormDataChild();
- bool AttachChild (
+ void EnableAttachMultipartFormDataChild();
+ void AttachChild (
INetMIMEMessage& rChildMsg, bool bOwner = true );
const OString& GetMultipartBoundary() const { return m_aBoundary; }