--- oup/current/Data.pas 2006/12/23 16:26:43 46 +++ oup/current/Data.pas 2007/01/11 22:45:20 74 @@ -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;