INTEGRATION: CWS jsc21 (1.4.6); FILE MERGED

2008/06/27 08:49:51 jsc 1.4.6.1: #i90032# adapt link flags and linking for MacOS
This commit is contained in:
Rüdiger Timm 2008-07-11 13:21:27 +00:00
parent f3e103598e
commit 3eb1211ff3

View file

@ -2,9 +2,9 @@
*
* $RCSfile: OSubComponent.hxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $ $Date: 2008-04-10 16:30:10 $
* last change: $Author: rt $ $Date: 2008-07-11 14:21:27 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@ -153,8 +153,6 @@ namespace connectivity
virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const = 0;
};
#ifndef MACOSX
template<class TYPE>
sal_Int32 OPropertyArrayUsageHelper< TYPE >::s_nRefCount = 0;
@ -164,8 +162,6 @@ namespace connectivity
template<class TYPE>
::osl::Mutex OPropertyArrayUsageHelper< TYPE >::s_aMutex;
#endif /* MACOSX */
//------------------------------------------------------------------
template <class TYPE>
OPropertyArrayUsageHelper<TYPE>::OPropertyArrayUsageHelper()