? wysiwyg-fckeditor-paste.patch
Index: editors/fckeditor.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/wysiwyg/editors/fckeditor.inc,v
retrieving revision 1.17
diff -u -p -r1.17 fckeditor.inc
--- editors/fckeditor.inc	9 Jun 2009 00:18:11 -0000	1.17
+++ editors/fckeditor.inc	19 Sep 2009 20:23:32 -0000
@@ -124,6 +124,9 @@ function wysiwyg_fckeditor_settings($edi
   if (isset($config['preformatted'])) {
     $settings['FormatOutput'] = $config['preformatted'];
   }
+  if (isset($config['paste_auto_cleanup_on_paste'])) {
+    $settings['AutoDetectPasteFromWord'] = $config['paste_auto_cleanup_on_paste'];
+  }
 
   if (isset($config['css_setting'])) {
     if ($config['css_setting'] == 'theme') {
