remove opendocument.php

remotes/origin/stable6
Georg Ehrke 13 years ago
parent 1a933a9173
commit bea4376fd4
  1. 1
      lib/preview/office.php
  2. 12
      lib/preview/opendocument.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');
}
}

@ -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…
Cancel
Save