summaryrefslogtreecommitdiff
path: root/include/tools/inetmsg.hxx
diff options
context:
space:
mode:
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; }