Ignore:
Timestamp:
2010-07-26T13:21:37+12:00 (14 years ago)
Author:
kjdon
Message:

added the openoffice_scripting arg here instead of in OpenOfficeConverter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/WordPlugin.pm

    r22503 r22505  
    5151               'reqd' => "no" } ];
    5252
     53my $opt_openoffice_args =
     54    [ { 'name' => "openoffice_scripting",
     55    'desc' => "{WordPlugin.openoffice_scripting}",
     56    'type' => "flag",
     57    'reqd' => "no" } ];
     58
    5359my $opt_office_args = [ { 'name' => "metadata_fields",
    5460              'desc' => "{WordPlugin.metadata_fields}",
     
    119125    }
    120126    elsif ($openoffice_ext_installed) {
     127    push(@$arguments,@$opt_openoffice_args);
    121128    push(@$arguments,@$opt_office_args);
    122129    }
Note: See TracChangeset for help on using the changeset viewer.