summaryrefslogtreecommitdiff
path: root/framework/inc/fwedllapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/fwedllapi.h')
-rw-r--r--framework/inc/fwedllapi.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/framework/inc/fwedllapi.h b/framework/inc/fwedllapi.h
new file mode 100644
index 000000000000..2742d09ab134
--- /dev/null
+++ b/framework/inc/fwedllapi.h
@@ -0,0 +1,16 @@
+#ifndef INCLUDED_FWEDLLAPI_H
+#define INCLUDED_FWEDLLAPI_H
+
+#include "sal/types.h"
+
+#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
+#define FWE_DLLPRIVATE SAL_DLLPRIVATE
+
+#endif /* INCLUDED_FWEDLLAPI_H */