From bea4376fd48e714b121e1abb54f9bd786e89c877 Mon Sep 17 00:00:00 2001
From: Georg Ehrke <georg@ownCloud.com>
Date: Tue, 18 Jun 2013 11:04:08 +0200
Subject: [PATCH] remove opendocument.php

---
 lib/preview/office.php       |  1 -
 lib/preview/opendocument.php | 12 ------------
 2 files changed, 13 deletions(-)
 delete mode 100644 lib/preview/opendocument.php

diff --git a/lib/preview/office.php b/lib/preview/office.php
index 20f545ef33..b6783bc579 100644
--- a/lib/preview/office.php
+++ b/lib/preview/office.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');
 	}
 }
\ No newline at end of file
diff --git a/lib/preview/opendocument.php b/lib/preview/opendocument.php
deleted file mode 100644
index 786a038ff8..0000000000
--- a/lib/preview/opendocument.php
+++ /dev/null
@@ -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 {
-	
-}
\ No newline at end of file
-- 
GitLab