summaryrefslogtreecommitdiff
path: root/cppuhelper/inc/cppuhelper/implbase2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/inc/cppuhelper/implbase2.hxx')
-rw-r--r--cppuhelper/inc/cppuhelper/implbase2.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cppuhelper/inc/cppuhelper/implbase2.hxx b/cppuhelper/inc/cppuhelper/implbase2.hxx
index 23c64d1d0bea..39983d61df39 100644
--- a/cppuhelper/inc/cppuhelper/implbase2.hxx
+++ b/cppuhelper/inc/cppuhelper/implbase2.hxx
@@ -73,7 +73,7 @@ namespace cppu
queryInterface() calls to this base class.
*/
template< class Ifc1, class Ifc2 >
- class SAL_NO_VTABLE CPPUHELPER_DLLPUBLIC ImplHelper2
+ class SAL_NO_VTABLE SAL_DLLPUBLIC_TEMPLATE ImplHelper2
: public com::sun::star::lang::XTypeProvider
, public Ifc1, public Ifc2
{
@@ -95,7 +95,7 @@ namespace cppu
Your sub class defines method implementations for these interface(s).
*/
template< class Ifc1, class Ifc2 >
- class SAL_NO_VTABLE CPPUHELPER_DLLPUBLIC WeakImplHelper2
+ class SAL_NO_VTABLE SAL_DLLPUBLIC_TEMPLATE WeakImplHelper2
: public OWeakObject
, public com::sun::star::lang::XTypeProvider
, public Ifc1, public Ifc2
@@ -127,7 +127,7 @@ namespace cppu
Your sub class defines method implementations for these interface(s).
*/
template< class Ifc1, class Ifc2 >
- class SAL_NO_VTABLE CPPUHELPER_DLLPUBLIC WeakAggImplHelper2
+ class SAL_NO_VTABLE SAL_DLLPUBLIC_TEMPLATE WeakAggImplHelper2
: public OWeakAggObject
, public com::sun::star::lang::XTypeProvider
, public Ifc1, public Ifc2
@@ -164,7 +164,7 @@ namespace cppu
template argument(s). Your sub class defines method implementations for these interface(s).
*/
template< class BaseClass, class Ifc1, class Ifc2 >
- class SAL_NO_VTABLE CPPUHELPER_DLLPUBLIC ImplInheritanceHelper2
+ class SAL_NO_VTABLE SAL_DLLPUBLIC_TEMPLATE ImplInheritanceHelper2
: public BaseClass
, public Ifc1, public Ifc2
{
@@ -232,7 +232,7 @@ namespace cppu
template argument(s). Your sub class defines method implementations for these interface(s).
*/
template< class BaseClass, class Ifc1, class Ifc2 >
- class SAL_NO_VTABLE CPPUHELPER_DLLPUBLIC AggImplInheritanceHelper2
+ class SAL_NO_VTABLE SAL_DLLPUBLIC_TEMPLATE AggImplInheritanceHelper2
: public BaseClass
, public Ifc1, public Ifc2
{