summaryrefslogtreecommitdiff
path: root/framework/inc/fwedllapi.h
blob: 2742d09ab13423109bca37a2559324132a674c77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 */