Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19

Change-Id: Iab50c52a132c90389992ef68c2d31df95a193ab9
This commit is contained in:
Julien Nabet
2014-05-22 23:19:05 +02:00
parent 87c1aa16a9
commit b09b5f8f7c
114 changed files with 490 additions and 505 deletions

View File

@@ -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();
}
};