summaryrefslogtreecommitdiff
path: root/forms/source/xforms/collection.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-01 08:39:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-01 08:39:17 +0200
commitcf42ba089f05b02cadb7bde501eb703d3ea3e44f (patch)
treee1a2cabddd4076977cdc52b04087022b457da8b8 /forms/source/xforms/collection.hxx
parent5a043b09c6af2995ac75245118cb915d250d442a (diff)
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: Ifd082fb63b791441a9af595e02f6ce1732d36ab0
Diffstat (limited to 'forms/source/xforms/collection.hxx')
-rw-r--r--forms/source/xforms/collection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/collection.hxx b/forms/source/xforms/collection.hxx
index b5ac0983aff7..13ad182ccb34 100644
--- a/forms/source/xforms/collection.hxx
+++ b/forms/source/xforms/collection.hxx
@@ -160,7 +160,7 @@ public:
virtual Type_t SAL_CALL getElementType()
throw( RuntimeException_t, std::exception ) SAL_OVERRIDE
{
- return getCppuType( static_cast<T*>( NULL ) );
+ return cppu::UnoType<T>::get();
}
virtual sal_Bool SAL_CALL hasElements()