Do not use C++-UNO internal static_type functions in client code
...use cppu::UnoType instead. Change-Id: I507914b30ef8acda910ee4ecc0589fd328eb6f31
This commit is contained in:
@@ -1304,7 +1304,7 @@ Sequence<Type> SAL_CALL OFormComponents::getTypes() throw(RuntimeException)
|
||||
//------------------------------------------------------------------------------
|
||||
OFormComponents::OFormComponents(const Reference<XComponentContext>& _rxFactory)
|
||||
:FormComponentsBase( m_aMutex )
|
||||
,OInterfaceContainer( _rxFactory, m_aMutex, XFormComponent::static_type() )
|
||||
,OInterfaceContainer( _rxFactory, m_aMutex, cppu::UnoType<XFormComponent>::get() )
|
||||
,OFormComponents_BASE()
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user