remove opendocument.php

This commit is contained in:
Georg Ehrke 2013-06-18 11:04:08 +02:00
parent 1a933a9173
commit bea4376fd4
2 changed files with 0 additions and 13 deletions

View 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');
}
}

View file

@ -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 {
}