summaryrefslogtreecommitdiff
path: root/svtools/source/uno/unoevent.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-01 08:41:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-01 08:41:23 +0200
commite81a7fd0ee95c2afbc373b26ec34d6084ee07cff (patch)
treef46c60e5c1ab3f5e71e8e7ffa678b55571d5e40e /svtools/source/uno/unoevent.cxx
parenta55166cc25351f43d502f6b23d75df824c05f01a (diff)
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: I1693826962a0551396fd5691dc4a98f0646bade3
Diffstat (limited to 'svtools/source/uno/unoevent.cxx')
-rw-r--r--svtools/source/uno/unoevent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/unoevent.cxx b/svtools/source/uno/unoevent.cxx
index 40cda94f3538..4a604dad69f2 100644
--- a/svtools/source/uno/unoevent.cxx
+++ b/svtools/source/uno/unoevent.cxx
@@ -136,7 +136,7 @@ sal_Bool SvBaseEventDescriptor::hasByName(
Type SvBaseEventDescriptor::getElementType()
throw(RuntimeException, std::exception)
{
- return ::getCppuType((Sequence<PropertyValue> *)0);
+ return cppu::UnoType<Sequence<PropertyValue>>::get();
}
sal_Bool SvBaseEventDescriptor::hasElements()