Index: /CKEditor/branches/features/pasting/_source/plugins/pastefromword/plugin.js
===================================================================
--- /CKEditor/branches/features/pasting/_source/plugins/pastefromword/plugin.js	(revision 4389)
+++ /CKEditor/branches/features/pasting/_source/plugins/pastefromword/plugin.js	(revision 4390)
@@ -248,4 +248,5 @@
 					attrs.style = CKEDITOR.plugins.pastefromword.filters.stylesFilter(
 					[
+						// Text-indent is not representing list item level any more.
 						[ 'text-indent' ],
 						[ 'line-height' ],
@@ -736,4 +737,6 @@
 							attrs.style = stylesFilter(
 									[
+										// Drop 'inline-height' style which make lines overlapping.
+										[ 'line-height' ],
 										!ignoreFontFace ? [ /^font-family$/, null, styleMigrateFilter( config[ 'font_style' ], 'family' ) ] : null,
 										!ignoreFontFace ? [ /^font-size$/, null, styleMigrateFilter( config[ 'fontSize_style' ], 'size' ) ] : null,
