summaryrefslogtreecommitdiff
path: root/cppuhelper/inc/cppuhelper/compbase2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/inc/cppuhelper/compbase2.hxx')
-rw-r--r--cppuhelper/inc/cppuhelper/compbase2.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/inc/cppuhelper/compbase2.hxx b/cppuhelper/inc/cppuhelper/compbase2.hxx
index e07f72ec1453..1efee4124590 100644
--- a/cppuhelper/inc/cppuhelper/compbase2.hxx
+++ b/cppuhelper/inc/cppuhelper/compbase2.hxx
@@ -58,7 +58,7 @@ namespace cppu
Your sub class defines method implementations for these interface(s).
*/
template< class Ifc1, class Ifc2 >
- class SAL_NO_VTABLE WeakComponentImplHelper2
+ class SAL_NO_VTABLE CPPUHELPER_DLLPUBLIC WeakComponentImplHelper2
: public WeakComponentImplHelperBase
, public ::com::sun::star::lang::XTypeProvider
, public Ifc1, public Ifc2
@@ -100,7 +100,7 @@ namespace cppu
the g++ overloaded-virtual warning
*/
template< class Ifc1, class Ifc2 >
- class SAL_NO_VTABLE PartialWeakComponentImplHelper2
+ class SAL_NO_VTABLE CPPUHELPER_DLLPUBLIC PartialWeakComponentImplHelper2
: public WeakComponentImplHelperBase
, public ::com::sun::star::lang::XTypeProvider
, public Ifc1, public Ifc2
@@ -141,7 +141,7 @@ namespace cppu
@deprecated
*/
template< class Ifc1, class Ifc2 >
- class SAL_NO_VTABLE WeakAggComponentImplHelper2
+ class SAL_NO_VTABLE CPPUHELPER_DLLPUBLIC WeakAggComponentImplHelper2
: public WeakAggComponentImplHelperBase
, public ::com::sun::star::lang::XTypeProvider
, public Ifc1, public Ifc2