Index: /CKEditor/branches/features/pasting/_source/plugins/pastefromword/plugin.js
===================================================================
--- /CKEditor/branches/features/pasting/_source/plugins/pastefromword/plugin.js	(revision 4594)
+++ /CKEditor/branches/features/pasting/_source/plugins/pastefromword/plugin.js	(revision 4595)
@@ -30,14 +30,10 @@
 				{
 					forceFromWord = 1;
-					if( !editor.execCommand( 'paste' ) )
-					{
-						editor.on( 'dialogHide', function ( evt )
-						{
-							evt.removeListener();
-							resetFromWord();
-						} );
-					}
-					else
+					editor.fire( 'pasteDialog' );
+					editor.on( 'dialogHide', function ( evt )
+					{
+						evt.removeListener();
 						resetFromWord();
+					} );
 				}
 			} );
@@ -857,6 +853,4 @@
 								return value.replace( /-moz-use-text-color/g, 'transparent' );
 						} ],
-						// Remove default border style.
-						[ /^border$/, /^(:?medium\s*)?none\s*$/ ],
 						// Remove empty margin values, e.g. 0.00001pt 0em 0pt
 						[ /^margin$/, /^(?:\b0[^\s]*\s*){1,4}$/ ],
