Revision f2af9def
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/am.pl | ||
---|---|---|
2457 | 2457 |
_build_cfg_options('numberformat', ('1,000.00', '1000.00', '1.000,00', '1000,00')); |
2458 | 2458 |
|
2459 | 2459 |
my @formats = (); |
2460 |
if ($main::opendocument_templates && $main::openofficeorg_writer_bin && |
|
2461 |
$main::xvfb_bin && (-x $main::openofficeorg_writer_bin) && (-x $main::xvfb_bin)) { |
|
2460 |
if ($main::opendocument_templates |
|
2461 |
&& $::lx_office_conf{applications}->{openofficeorg_writer} && (-x $::lx_office_conf{applications}->{openofficeorg_writer}) |
|
2462 |
&& $::lx_office_conf{applications}->{xvfb} && (-x $::lx_office_conf{applications}->{xvfb})) { |
|
2462 | 2463 |
push(@formats, { "name" => $locale->text("PDF (OpenDocument/OASIS)"), |
2463 | 2464 |
"value" => "opendocument_pdf" }); |
2464 | 2465 |
} |
Auch abrufbar als: Unified diff
Globale Variablen nach %::lx_office_conf verschoben
Betroffen sind:
$sendmail
$openofficeorg_writer_bin
$xvfb_bin
$html2ps_bin
$ghostscript_bin
$latex_bin
$pg_dump_exe
$pg_restore_exe