summaryrefslogtreecommitdiff
path: root/framework/inc/fwkdllapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/fwkdllapi.h')
-rw-r--r--framework/inc/fwkdllapi.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/framework/inc/fwkdllapi.h b/framework/inc/fwkdllapi.h
new file mode 100644
index 000000000000..45c65b166eb5
--- /dev/null
+++ b/framework/inc/fwkdllapi.h
@@ -0,0 +1,10 @@
+#ifndef INCLUDED_FWKDLLAPI_H
+#define INCLUDED_FWKDLLAPI_H
+
+#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 */