Changeset 22884
- Timestamp:
- 2010-09-08T13:28:10+12:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gs2-extensions/open-office-src/trunk/perllib/plugins/OpenOfficeConverter.pm
r22827 r22884 189 189 } 190 190 else { 191 # this is in gsdl/tmp. get a tmp filename in collection instead??? 192 $target_file_path = &util::get_tmp_filename($target_file_type); 191 $target_file_path = &util::get_timestamped_tmp_filename_in_collection($source_file_full_path, $target_file_type); 193 192 push(@{$self->{'ootmp_file_paths'}}, $target_file_path); 194 193 } 195 194 196 195 # Generate and run the convert command 196 197 197 my $gextoo_home = $ENV{'GEXT_OPENOFFICE'}; 198 198 my $jodjar = &util::filename_cat($gextoo_home,"lib","java","jodconverter.jar");
Note:
See TracChangeset
for help on using the changeset viewer.