summaryrefslogtreecommitdiff
path: root/comphelper/source/container/IndexedPropertyValuesContainer.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-01 08:36:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-01 08:36:11 +0200
commita88a386c724d13f73c33768e9a78efd95f522a89 (patch)
tree97cd2fd7f29b9d2fc22b920036990c2539dfdd46 /comphelper/source/container/IndexedPropertyValuesContainer.cxx
parent916f88f085cf3d0e0cc8366748f38fd7585dcdd3 (diff)
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: I8dd0e5c8837fe1615aa9d5f546c2fd1c0985f044
Diffstat (limited to 'comphelper/source/container/IndexedPropertyValuesContainer.cxx')
-rw-r--r--comphelper/source/container/IndexedPropertyValuesContainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/container/IndexedPropertyValuesContainer.cxx b/comphelper/source/container/IndexedPropertyValuesContainer.cxx
index 1df9a1e9e778..9c54c3375b45 100644
--- a/comphelper/source/container/IndexedPropertyValuesContainer.cxx
+++ b/comphelper/source/container/IndexedPropertyValuesContainer.cxx
@@ -205,7 +205,7 @@ sal_Int32 SAL_CALL IndexedPropertyValuesContainer::getCount( )
::com::sun::star::uno::Type SAL_CALL IndexedPropertyValuesContainer::getElementType( )
throw(::com::sun::star::uno::RuntimeException, std::exception)
{
- return ::getCppuType((uno::Sequence<beans::PropertyValue> *)0);
+ return cppu::UnoType<uno::Sequence<beans::PropertyValue>>::get();
}
sal_Bool SAL_CALL IndexedPropertyValuesContainer::hasElements( )