diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-07 15:09:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-10 08:52:26 +0200 |
commit | 52117bb8c337c98c200b6846c8d9fa2d1831ac51 (patch) | |
tree | 9fa9c0d76690e12d633622c4afa7115c5bec1dcf /include/tools/inetstrm.hxx | |
parent | abd8c3646e1295e68fe317bc1a02148a1b5f41a4 (diff) |
loplugin:inlinefields in INetMIMEMessageStream
Change-Id: I675b53a55e02899f0cf325245cedb298f6903281
Reviewed-on: https://gerrit.libreoffice.org/36266
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools/inetstrm.hxx')
-rw-r--r-- | include/tools/inetstrm.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/inetstrm.hxx b/include/tools/inetstrm.hxx index 8d6353b632b6..d09aa94fb4d3 100644 --- a/include/tools/inetstrm.hxx +++ b/include/tools/inetstrm.hxx @@ -20,10 +20,10 @@ #define INCLUDED_TOOLS_INETSTRM_HXX #include <tools/toolsdllapi.h> +#include <tools/stream.hxx> #include <sal/types.h> class INetMIMEMessage; -class SvMemoryStream; class SvStream; class TOOLS_DLLPUBLIC INetMIMEMessageStream @@ -36,7 +36,7 @@ class TOOLS_DLLPUBLIC INetMIMEMessageStream sal_Char *pWrite; SvStream *pMsgStrm; - SvMemoryStream *pMsgBuffer; + SvMemoryStream maMsgBuffer; sal_Char *pMsgRead; sal_Char *pMsgWrite; |