Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19
Change-Id: Iab50c52a132c90389992ef68c2d31df95a193ab9
This commit is contained in:
@@ -98,7 +98,7 @@ public:
|
||||
}
|
||||
virtual Type getType() const SAL_OVERRIDE
|
||||
{
|
||||
return getCppuType( (Reference< XContainerListener > *)0 );
|
||||
return cppu::UnoType<XContainerListener>::get();
|
||||
}
|
||||
};
|
||||
|
||||
@@ -120,7 +120,7 @@ public:
|
||||
|
||||
virtual Type getType() const SAL_OVERRIDE
|
||||
{
|
||||
return getCppuType( (Reference< XContainerListener > *)0 );
|
||||
return cppu::UnoType<XContainerListener>::get();
|
||||
}
|
||||
};
|
||||
|
||||
@@ -141,7 +141,7 @@ public:
|
||||
|
||||
virtual Type getType() const SAL_OVERRIDE
|
||||
{
|
||||
return getCppuType( (Reference< XContainerListener > *)0 );
|
||||
return cppu::UnoType<XContainerListener>::get();
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user