summaryrefslogtreecommitdiff
path: root/include/tools/inetstrm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/inetstrm.hxx')
-rw-r--r--include/tools/inetstrm.hxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/tools/inetstrm.hxx b/include/tools/inetstrm.hxx
index 8ad5940560ad..481ca1631fa6 100644
--- a/include/tools/inetstrm.hxx
+++ b/include/tools/inetstrm.hxx
@@ -147,26 +147,6 @@ protected:
public:
INetMIMEMessageStream (sal_uIntPtr nBufferSize = 2048);
virtual ~INetMIMEMessageStream (void);
-
- using INetMessageIStream::SetSourceMessage;
- void SetSourceMessage (INetMIMEMessage *pMsg)
- {
- INetMessageIStream::SetSourceMessage (pMsg);
- }
- INetMIMEMessage *GetSourceMessage (void) const
- {
- return static_cast<INetMIMEMessage *>(INetMessageIStream::GetSourceMessage());
- }
-
- using INetMessageOStream::SetTargetMessage;
- void SetTargetMessage (INetMIMEMessage *pMsg)
- {
- INetMessageOStream::SetTargetMessage (pMsg);
- }
- INetMIMEMessage *GetTargetMessage (void) const
- {
- return static_cast<INetMIMEMessage *>(INetMessageOStream::GetTargetMessage());
- }
};
#endif