include/tools/link.hxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit a29efdc0489df61a4ad6b717d93775a7c244596f
Author: Stephan Bergmann <[email protected]>
Date:   Thu Apr 30 10:40:37 2015 +0200

    All-inline template should not be TOOLS_DLLPUBLIC, keep MSVC happy
    
    Change-Id: Ib03c6ba0eac9400eba89674ca92f638baf65b203

diff --git a/include/tools/link.hxx b/include/tools/link.hxx
index 99be32b..16a5818 100644
--- a/include/tools/link.hxx
+++ b/include/tools/link.hxx
@@ -23,7 +23,6 @@
 #include <sal/config.h>
 
 #include <sal/types.h>
-#include <tools/toolsdllapi.h>
 
 #define DECL_LINK(Member, ArgType) \
     static sal_IntPtr LinkStub##Member(void *, void *); \
@@ -131,8 +130,7 @@
 
 #define EMPTYARG
 
-template<typename Arg = void *, typename Ret = sal_IntPtr>
-class TOOLS_DLLPUBLIC Link {
+template<typename Arg = void *, typename Ret = sal_IntPtr> class Link {
 public:
     typedef Ret Stub(void *, Arg);
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to