View | Details | Raw Unified | Return to issue 16695
Collapse All | Expand All

(-)inc/comphelper/IdPropArrayHelper.hxx (-2 / +2 lines)
Lines 129-135 Link Here
129
	};
129
	};
130
130
131
	//------------------------------------------------------------------
131
	//------------------------------------------------------------------
132
#ifndef MACOSX
132
#if defined( MACOSX ) && ( __GNUC__ < 3 )
133
	template<class TYPE>
133
	template<class TYPE>
134
	sal_Int32						OIdPropertyArrayUsageHelper< TYPE >::s_nRefCount	= 0;
134
	sal_Int32						OIdPropertyArrayUsageHelper< TYPE >::s_nRefCount	= 0;
135
135
Lines 138-144 Link Here
138
138
139
	template<class TYPE>
139
	template<class TYPE>
140
	::osl::Mutex					OIdPropertyArrayUsageHelper< TYPE >::s_aMutex;
140
	::osl::Mutex					OIdPropertyArrayUsageHelper< TYPE >::s_aMutex;
141
#endif MACOSX
141
#endif
142
	//------------------------------------------------------------------
142
	//------------------------------------------------------------------
143
	template <class TYPE>
143
	template <class TYPE>
144
	OIdPropertyArrayUsageHelper<TYPE>::OIdPropertyArrayUsageHelper()
144
	OIdPropertyArrayUsageHelper<TYPE>::OIdPropertyArrayUsageHelper()
(-)inc/comphelper/proparrhlp_impl.hxx (-1 / +1 lines)
Lines 64-70 Link Here
64
// protection
64
// protection
65
65
66
//------------------------------------------------------------------
66
//------------------------------------------------------------------
67
#ifndef MACOSX
67
#if defined( MACOSX ) && ( __GNUC__ < 3 )
68
68
69
template<class TYPE> 
69
template<class TYPE> 
70
sal_Int32						OPropertyArrayUsageHelper< TYPE >::s_nRefCount	= 0;
70
sal_Int32						OPropertyArrayUsageHelper< TYPE >::s_nRefCount	= 0;

Return to issue 16695