Kaydet (Commit) 8ae194ca authored tarafından Peter Foley's avatar Peter Foley Kaydeden (comit) David Tardon

fix mergedlib on windows

Change-Id: I30ee99fe2a2e92c69ebfcef9af5ff1bb27ec114b
üst a0eef541
...@@ -104,7 +104,7 @@ namespace cppu ...@@ -104,7 +104,7 @@ namespace cppu
to implement 1 till 12 interfaces in your component. to implement 1 till 12 interfaces in your component.
*/ */
template< class Ifc1 > template< class Ifc1 >
class SAL_NO_VTABLE SAL_DLLPUBLIC_TEMPLATE WeakImplHelper1 class SAL_NO_VTABLE SAL_DLLPUBLIC_TEMPLATE SAL_DLLPUBLIC_EXPORT WeakImplHelper1
: public OWeakObject : public OWeakObject
, public com::sun::star::lang::XTypeProvider , public com::sun::star::lang::XTypeProvider
, public Ifc1 , public Ifc1
......
...@@ -100,7 +100,7 @@ namespace cppu ...@@ -100,7 +100,7 @@ namespace cppu
Your sub class defines method implementations for these interface(s). Your sub class defines method implementations for these interface(s).
*/ */
template< class Ifc1, class Ifc2 > template< class Ifc1, class Ifc2 >
class SAL_NO_VTABLE SAL_DLLPUBLIC_TEMPLATE WeakImplHelper2 class SAL_NO_VTABLE SAL_DLLPUBLIC_TEMPLATE SAL_DLLPUBLIC_EXPORT WeakImplHelper2
: public OWeakObject : public OWeakObject
, public com::sun::star::lang::XTypeProvider , public com::sun::star::lang::XTypeProvider
, public Ifc1, public Ifc2 , public Ifc1, public Ifc2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment