profiles.pm (9780544f) profiles.pm (b274bc22)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 201 unchanged lines hidden (view full) ---

210 $completeprofilename = $localprofilesdir . $installer::globals::separator . $profilename;
211
212 installer::files::save_file($completeprofilename, $onefileref);
213
214 # Adding the file to the filearray
215 # Some data are set now, others are taken from the file "soffice.exe" ("soffice.bin")
216 add_profile_into_filelist($filesarrayref, $oneprofile, $completeprofilename, $allvariables);
217
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 201 unchanged lines hidden (view full) ---

210 $completeprofilename = $localprofilesdir . $installer::globals::separator . $profilename;
211
212 installer::files::save_file($completeprofilename, $onefileref);
213
214 # Adding the file to the filearray
215 # Some data are set now, others are taken from the file "soffice.exe" ("soffice.bin")
216 add_profile_into_filelist($filesarrayref, $oneprofile, $completeprofilename, $allvariables);
217
218 $infoline = "Created Profile: $completeprofilename\n";
219 push( @installer::globals::logfileinfo, $infoline);
218 $installer::logger::Lang->printf("Created Profile: %s\n", $completeprofilename);
220 }
221
219 }
220
222 $infoline = "\n";
223 push( @installer::globals::logfileinfo, $infoline);
221 $installer::logger::Lang->printf("\n");
224}
225
226
2271;
222}
223
224
2251;