diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/xmlnumi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx index 8e89cbadd1e1..4237349b7093 100644 --- a/xmloff/source/style/xmlnumi.cxx +++ b/xmloff/source/style/xmlnumi.cxx @@ -440,7 +440,7 @@ SvXMLImportContext *SvxXMLListLevelStyleContext_Impl::CreateChildContext( Sequence<beans::PropertyValue> SvxXMLListLevelStyleContext_Impl::GetProperties( const SvI18NMap *pI18NMap ) { - sal_Int16 eType; + sal_Int16 eType = NUMBER_NONE; sal_Int32 nCount = 0; if( bBullet ) |