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

(-)inc/com/sun/star/uno/Sequence.hxx (-1 / +1 lines)
Lines 227-233 Link Here
227
	if (! ::com::sun::star::uno::Sequence< E >::s_pType)
227
	if (! ::com::sun::star::uno::Sequence< E >::s_pType)
228
	{
228
	{
229
		const ::com::sun::star::uno::Type & rElementType = ::getCppuType(
229
		const ::com::sun::star::uno::Type & rElementType = ::getCppuType(
230
			(::com::sun::star::uno::Sequence< E >::ElementType *)0 );
230
			(typename ::com::sun::star::uno::Sequence< E >::ElementType *)0 );
231
		::typelib_static_sequence_type_init(
231
		::typelib_static_sequence_type_init(
232
			& ::com::sun::star::uno::Sequence< E >::s_pType,
232
			& ::com::sun::star::uno::Sequence< E >::s_pType,
233
			rElementType.getTypeLibType() );
233
			rElementType.getTypeLibType() );
(-)source/typelib/typelib.cxx (-1 / +1 lines)
Lines 74-80 Link Here
74
#ifdef SOLARIS
74
#ifdef SOLARIS
75
#include <alloca.h>
75
#include <alloca.h>
76
#endif
76
#endif
77
#include <new.h>
77
#include <new>
78
78
79
#ifndef _OSL_INTERLCK_H_
79
#ifndef _OSL_INTERLCK_H_
80
#include <osl/interlck.h>
80
#include <osl/interlck.h>

Return to issue 11781