include/tools/inetstrm.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6b846cad777307c73d735b553153004170ef01c0 Author: David Tardon <[email protected]> Date: Thu Apr 16 08:58:17 2015 +0200 fix windows build error C2487: 'Read' : member of dll interface class may not be declared with dll interface Change-Id: Iabee3995f612116c3b6bd5c881ed617c0393addf diff --git a/include/tools/inetstrm.hxx b/include/tools/inetstrm.hxx index b4fde8a..9d9f5d8 100644 --- a/include/tools/inetstrm.hxx +++ b/include/tools/inetstrm.hxx @@ -72,7 +72,7 @@ public: INetMessageIStream (sal_uIntPtr nBufferSize = 2048); virtual ~INetMessageIStream(); - TOOLS_DLLPUBLIC int Read (sal_Char *pData, sal_uIntPtr nSize); + int Read (sal_Char *pData, sal_uIntPtr nSize); INetMIMEMessage *GetSourceMessage() const { return pSourceMsg; } void SetSourceMessage (INetMIMEMessage *pMsg) { pSourceMsg = pMsg; } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
