diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2016-06-04 16:19:23 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2016-07-16 18:27:18 +0200 |
commit | 7b2966dbf283b168fa0cc1eadf989387ab6e25b9 (patch) | |
tree | 9f54a9f4b5ce4145302680f9d69850201235a3f7 /include/tools | |
parent | 30d722a8f91b667cf56cab2ab6e2f5b2ed18408c (diff) |
nBufSiz can be a non-class local constant
Change-Id: I2a7d32eabd01622261a1163781ac2a8b64bdee3f
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/inetstrm.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/inetstrm.hxx b/include/tools/inetstrm.hxx index e7a0a99ee8d2..8d6353b632b6 100644 --- a/include/tools/inetstrm.hxx +++ b/include/tools/inetstrm.hxx @@ -31,7 +31,6 @@ class TOOLS_DLLPUBLIC INetMIMEMessageStream INetMIMEMessage *pSourceMsg; bool bHeaderGenerated; - sal_uIntPtr nBufSiz; sal_Char *pBuffer; sal_Char *pRead; sal_Char *pWrite; |