From 78e8712366e2a198973f9a887c771894bef9a905 Mon Sep 17 00:00:00 2001
From: Georg Ehrke <georg@ownCloud.com>
Date: Wed, 5 Jun 2013 11:17:29 +0200
Subject: [PATCH] update config.sample.php

---
 config/config.sample.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config/config.sample.php b/config/config.sample.php
index db6eaf852a..2f437771f2 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -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';
 );
-- 
GitLab