mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
comment out old code
This commit is contained in:
parent
1fcbf8dd7a
commit
fb67b45841
1 changed files with 3 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
|||
*/
|
||||
namespace OC\Preview;
|
||||
|
||||
/* //There is no (good) php-only solution for converting 2003 word documents to pdfs / pngs ...
|
||||
class DOC extends Provider {
|
||||
|
||||
public function getMimeType() {
|
||||
|
|
@ -14,12 +15,13 @@ class DOC extends Provider {
|
|||
}
|
||||
|
||||
public function getThumbnail($path, $maxX, $maxY, $scalingup, $fileview) {
|
||||
require_once();
|
||||
require_once('');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
\OC\Preview::registerProvider('OC\Preview\DOC');
|
||||
*/
|
||||
|
||||
class DOCX extends Provider {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue