diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-01 08:41:23 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-01 08:41:23 +0200 |
commit | e81a7fd0ee95c2afbc373b26ec34d6084ee07cff (patch) | |
tree | f46c60e5c1ab3f5e71e8e7ffa678b55571d5e40e /svtools/source/uno/unoevent.cxx | |
parent | a55166cc25351f43d502f6b23d75df824c05f01a (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.cxx | 2 |
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() |