diff options
Diffstat (limited to 'include/tools/inetmsg.hxx')
-rw-r--r-- | include/tools/inetmsg.hxx | 4 |
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; } |