mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 23:59:27 -04:00
remove opendocument.php
This commit is contained in:
parent
1a933a9173
commit
bea4376fd4
2 changed files with 0 additions and 13 deletions
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
@ -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 {
|
||||
|
||||
}
|
||||
Loading…
Reference in a new issue