Skip to content
Snippets Groups Projects
Commit bea4376f authored by Georg Ehrke's avatar Georg Ehrke
Browse files

remove opendocument.php

parent 1a933a91
No related branches found
No related tags found
No related merge requests found
......@@ -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
<?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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment