summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/localedata.cxx2
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)