diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-01 08:39:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-01 08:39:31 +0200 |
commit | 0ceab5ec7f7d0b0d8c260c2854b903b9927c289e (patch) | |
tree | 51918280c9af09f8aed08e1682c2eda484816a9c /i18npool/source/localedata | |
parent | e4c1c0829a44a5992efa35a8445cb3448dc10960 (diff) |
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: Icaddb957aa5c1e5a409362d18e445784b0537507
Diffstat (limited to 'i18npool/source/localedata')
-rw-r--r-- | i18npool/source/localedata/localedata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx index dc2991d7b8b0..54e7bb26560a 100644 --- a/i18npool/source/localedata/localedata.cxx +++ b/i18npool/source/localedata/localedata.cxx @@ -1575,7 +1575,7 @@ Any OutlineNumbering::getByIndex( sal_Int32 nIndex ) Type OutlineNumbering::getElementType( ) throw(RuntimeException, std::exception) { - return ::getCppuType((Sequence<PropertyValue>*)0); + return cppu::UnoType<Sequence<PropertyValue>>::get(); } sal_Bool OutlineNumbering::hasElements( ) throw(RuntimeException, std::exception) |