﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9340	Import of bulleted list from MS Word fails when the bullets are styled	Adam T Nagy		"Copy/Pasting a bulleted list from Microsoft Word ends up in broken text.

Pasting the bulleted list from the attached file doesn't work.

I have a feeling that it is related to the encoding of the file, since I cannot reproduce it on a newly created file
----

**The real problem here is that if below two options are not set to false table gets broken which should not hapen**:
{{{
config.pasteFromWordRemoveFontStyles=false;
config.pasteFromWordRemoveStyles=false;
}}}"	Bug	confirmed	Normal		Plugin : Paste from Word	3.6.4			
