summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-11 16:14:44 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-11 17:09:09 +0100
commit2c5ce8ea8eb98f2d82986448af448d11b60a3ea1 (patch)
treee6c2f2aad81677cc36fa11d6d7a776e4ed6f20e5 /include
parentca6be614e2d380f854b0c7187bd4220a9fb232a3 (diff)
Remove unused INetMIMEMessage streaming operators
Change-Id: Ifbbfb1213d78a87fffd7a40e10deaf29dd7a96b8
Diffstat (limited to 'include')
-rw-r--r--include/tools/inetmsg.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/tools/inetmsg.hxx b/include/tools/inetmsg.hxx
index eb14ffca5efa..3d354fb12bae 100644
--- a/include/tools/inetmsg.hxx
+++ b/include/tools/inetmsg.hxx
@@ -414,12 +414,6 @@ public:
INetMessageContainerType eType = INETMSG_MULTIPART_MIXED);
bool AttachChild (
INetMIMEMessage& rChildMsg, bool bOwner = true );
-
- // Stream operators.
-
- friend SvStream& operator <<(SvStream& rStrm, const INetMIMEMessage& rMsg);
-
- friend SvStream& operator >>(SvStream& rStrm, INetMIMEMessage& rMsg);
};
#endif