From 66dc20ae279e4f913795ff6e959d83eaefed78b4 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 27 Feb 2013 03:30:41 +0100 Subject: coverity#441041: unitialized variable Change-Id: I5918448afaf5409d9372592011d936b48701903d --- xmloff/source/style/xmlnumi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/source/style/xmlnumi.cxx') 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 SvxXMLListLevelStyleContext_Impl::GetProperties( const SvI18NMap *pI18NMap ) { - sal_Int16 eType; + sal_Int16 eType = NUMBER_NONE; sal_Int32 nCount = 0; if( bBullet ) -- cgit