This commit is contained in:
Georg Ehrke 2013-06-05 11:17:29 +02:00
Родитель 8c5fceba29
Коммит 78e8712366
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -191,4 +191,6 @@ $CONFIG = array(
'preview_max_y' => null,
/* the max factor to scale a preview, default is set to 10 */
'preview_max_scale_factor' => 10,
/* custom path for libreoffice / openoffice binary */
'preview_libreoffice_path' => '/usr/bin/libreoffice';
);