diff --git a/lib/preview/office.php b/lib/preview/office.php index 20f545ef337c6dc61dd8c0e00fa57557a04b1040..b6783bc57981c4bc4ddde2cedc183a869934eb0a 100644 --- a/lib/preview/office.php +++ b/lib/preview/office.php @@ -13,6 +13,5 @@ if (extension_loaded('imagick')) { }else{ //in case there isn't, use our fallback require_once('msoffice.php'); - require_once('opendocument.php'); } } \ No newline at end of file diff --git a/lib/preview/opendocument.php b/lib/preview/opendocument.php deleted file mode 100644 index 786a038ff82302d23a5d42514e609a53225bb340..0000000000000000000000000000000000000000 --- a/lib/preview/opendocument.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php -/** - * Copyright (c) 2013 Georg Ehrke georg@ownCloud.com - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. - */ -namespace OC\Preview; - -class OpenDocument { - -} \ No newline at end of file