Kaydet (Commit) 66dc20ae authored tarafından Markus Mohrhard's avatar Markus Mohrhard

coverity#441041: unitialized variable

Change-Id: I5918448afaf5409d9372592011d936b48701903d
üst 5a2477c4
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment