]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove opendocument.php
authorGeorg Ehrke <georg@ownCloud.com>
Tue, 18 Jun 2013 09:04:08 +0000 (11:04 +0200)
committerGeorg Ehrke <georg@ownCloud.com>
Tue, 18 Jun 2013 09:04:08 +0000 (11:04 +0200)
lib/preview/office.php
lib/preview/opendocument.php [deleted file]

index 20f545ef337c6dc61dd8c0e00fa57557a04b1040..b6783bc57981c4bc4ddde2cedc183a869934eb0a 100644 (file)
@@ -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 (file)
index 786a038..0000000
+++ /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