Merge pull request #11242 from owncloud/fix-10284

Use non-empty defaults for preview cmd line
This commit is contained in:
Lukas Reschke 2014-09-23 10:13:03 +02:00
commit 4c39139bd2
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ $CONFIG = array(
/* custom path for libreoffice / openoffice binary */ /* custom path for libreoffice / openoffice binary */
'preview_libreoffice_path' => '/usr/bin/libreoffice', 'preview_libreoffice_path' => '/usr/bin/libreoffice',
/* cl parameters for libreoffice / openoffice */ /* cl parameters for libreoffice / openoffice */
'preview_office_cl_parameters' => '', 'preview_office_cl_parameters' => ' --headless --nologo --nofirststartwizard --invisible --norestore -convert-to pdf -outdir ',
/** /**
* Only register providers that have been explicitly enabled * Only register providers that have been explicitly enabled