Kaydet (Commit) 4464e5db authored tarafından Stephan Bergmann's avatar Stephan Bergmann

No need for INetMIMEMessageStream encoding

...in the only use case in ODatabaseForm

Change-Id: I0282a9f60b05f279a11dcf1990e68b7e017ea3aa
üst 8cb1f9ac
......@@ -35,10 +35,7 @@ enum INetStreamStatus
enum INetMessageStreamState
{
INETMSG_EOL_BEGIN,
INETMSG_EOL_DONE,
INETMSG_EOL_SCR,
INETMSG_EOL_FCR,
INETMSG_EOL_FSP
INETMSG_EOL_DONE
};
/// Message Generator Interface.
......@@ -76,14 +73,6 @@ public:
bool IsHeaderGenerated() const { return bHeaderGenerated; }
};
enum INetMessageEncoding
{
INETMSG_ENCODING_7BIT,
INETMSG_ENCODING_BINARY,
INETMSG_ENCODING_QUOTED,
INETMSG_ENCODING_BASE64
};
class TOOLS_DLLPUBLIC INetMIMEMessageStream
: public INetMessageIStream
{
......@@ -92,14 +81,8 @@ class TOOLS_DLLPUBLIC INetMIMEMessageStream
sal_uIntPtr nChildIndex;
INetMIMEMessageStream *pChildStrm;
INetMessageEncoding eEncoding;
INetMessageIStream *pEncodeStrm;
SvMemoryStream *pMsgBuffer;
static INetMessageEncoding GetMsgEncoding (
const OUString& rContentType);
INetMIMEMessageStream (const INetMIMEMessageStream& rStrm) SAL_DELETED_FUNCTION;
INetMIMEMessageStream& operator= (const INetMIMEMessageStream& rStrm) SAL_DELETED_FUNCTION;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment