summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-13 22:32:17 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-14 08:19:57 +0200
commit9a5c6464357a3b820409241960dbed95ac25a7df (patch)
tree0361bcf135610be62d720434cdc5f1d162b88acf /tools/inc
parent1b4f6e746d0dcdea0603d962336a3dd173d279bd (diff)
callcatcher: cleanup INetMIMEMessage
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/inetmsg.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/inc/tools/inetmsg.hxx b/tools/inc/tools/inetmsg.hxx
index cfdd78153e47..60e0a8f0cb0d 100644
--- a/tools/inc/tools/inetmsg.hxx
+++ b/tools/inc/tools/inetmsg.hxx
@@ -500,7 +500,6 @@ public:
return GetHeaderValue (m_nIndex[INETMSG_MIME_CONTENT_DISPOSITION]);
}
- void SetContentID (const UniString& rID);
UniString GetContentID (void) const
{
return GetHeaderValue (m_nIndex[INETMSG_MIME_CONTENT_ID]);
@@ -547,8 +546,6 @@ public:
INetMessageContainerType eType = INETMSG_MULTIPART_MIXED);
sal_Bool AttachChild (
INetMIMEMessage& rChildMsg, sal_Bool bOwner = sal_True);
- sal_Bool DetachChild (
- sal_uIntPtr nIndex, INetMIMEMessage& rChildMsg) const;
/** Stream operators.
*/