diff options
author | David Tardon <dtardon@redhat.com> | 2015-04-16 10:01:37 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-04-16 10:02:17 +0200 |
commit | 565716b0abca281dfc1291aedf4497f55611b6b1 (patch) | |
tree | 7aa0296c20fcc596216f47415621bfa257d08971 /include/tools | |
parent | cfaccff5aa7be7e240e51c6661ee09812b1aa113 (diff) |
Revert "make more classes dllpublic"
This reverts commit add2ca7b3ab10ed9d18e60d8e50020168d922836.
It causes too much breakage on windows. It is better to start again from
scratch.
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/errinf.hxx | 2 | ||||
-rw-r--r-- | include/tools/inetstrm.hxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/tools/errinf.hxx b/include/tools/errinf.hxx index caaa1a351d9c..a16b56a179f4 100644 --- a/include/tools/errinf.hxx +++ b/include/tools/errinf.hxx @@ -32,7 +32,7 @@ class EDcr_Impl; class ErrHdl_Impl; namespace vcl { class Window; } -class TOOLS_DLLPUBLIC ErrorInfo +class ErrorInfo { private: sal_uIntPtr lUserId; diff --git a/include/tools/inetstrm.hxx b/include/tools/inetstrm.hxx index 9d9f5d862ecd..ea6be1f9c0fe 100644 --- a/include/tools/inetstrm.hxx +++ b/include/tools/inetstrm.hxx @@ -47,7 +47,7 @@ enum INetMessageStreamState }; /// Message Generator Interface. -class TOOLS_DLLPUBLIC INetMessageIStream +class INetMessageIStream { INetMIMEMessage *pSourceMsg; bool bHeaderGenerated; @@ -72,7 +72,7 @@ public: INetMessageIStream (sal_uIntPtr nBufferSize = 2048); virtual ~INetMessageIStream(); - int Read (sal_Char *pData, sal_uIntPtr nSize); + TOOLS_DLLPUBLIC int Read (sal_Char *pData, sal_uIntPtr nSize); INetMIMEMessage *GetSourceMessage() const { return pSourceMsg; } void SetSourceMessage (INetMIMEMessage *pMsg) { pSourceMsg = pMsg; } |