[Libreoffice-commits] .: Branch 'feature/gnumake2' - framework/inc

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Fri Jan 7 01:23:23 PST 2011


 framework/inc/framework/fwedllapi.h |    3 ---
 framework/inc/fwkdllapi.h           |    2 --
 2 files changed, 5 deletions(-)

New commits:
commit 2f4ed20d1f7cdc58422afd1e38ef690d5d703cb3
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Fri Jan 7 03:14:04 2011 -0600

    fix MacOs Build

diff --git a/framework/inc/framework/fwedllapi.h b/framework/inc/framework/fwedllapi.h
index 2742d09..c3aa1bb 100644
--- a/framework/inc/framework/fwedllapi.h
+++ b/framework/inc/framework/fwedllapi.h
@@ -5,9 +5,6 @@
 
 #if defined(FWE_DLLIMPLEMENTATION)
 #define FWE_DLLPUBLIC  SAL_DLLPUBLIC_EXPORT
-#include <cppuhelper/interfacecontainer.h>
-template struct FWE_DLLPUBLIC cppu::OBroadcastHelperVar<class cppu::OMultiTypeInterfaceContainerHelper,class com::sun::star::uno::Type>;
-//class FWE_DLLPUBLIC SvPtrarr;
 #else
 #define FWE_DLLPUBLIC  SAL_DLLPUBLIC_IMPORT
 #endif
diff --git a/framework/inc/fwkdllapi.h b/framework/inc/fwkdllapi.h
index 45c65b1..a223033 100644
--- a/framework/inc/fwkdllapi.h
+++ b/framework/inc/fwkdllapi.h
@@ -4,7 +4,5 @@
 #include "sal/types.h"
 
 #include <fwidllapi.h>
-#include <cppuhelper/interfacecontainer.h>
-template struct FWI_DLLPUBLIC cppu::OBroadcastHelperVar<class cppu::OMultiTypeInterfaceContainerHelper,class com::sun::star::uno::Type>;
 
 #endif /* INCLUDED_FWKDLLAPI_H */


More information about the Libreoffice-commits mailing list