--- oup/current/Data.pas 2006/12/23 16:26:43 46 +++ oup/releases/0.33a/Data.pas 2007/01/11 23:38:49 76 @@ -70,7 +70,7 @@ type TExportHandlers = record Ext: String[4]; needed: Boolean; - Handler: function(fileid: LongWord; filename: String; convert: Boolean): Integer; + Handler: function(fileid: LongWord; filename: String): Integer; end; TStringArray = array of String;