Index: txtimp.cxx =================================================================== --- txtimp.cxx (revision 277733) +++ txtimp.cxx (working copy) @@ -1661,9 +1661,15 @@ pProps->Name = sHeadingStyleName; for ( sal_Int32 i = 0; i < nCount; ++i ) { + // --> OD 2009-12-11 #i107610# + if ( bSetEmptyLevels || + sChosenStyles[i].getLength() > 0 ) + // <-- + { pProps->Value <<= sChosenStyles[i]; xChapterNumbering->replaceByIndex( i, makeAny( aProps ) ); } + } // <-- } }