From a7bd0ceb91d55f3b3610452155bb730c7a421633 Mon Sep 17 00:00:00 2001 From: Paddy Xu Date: Sun, 28 May 2017 16:02:43 +0300 Subject: [PATCH] remove template file type --- .../QuickLook.Plugin.IPreviewHandlers/PluginInterface.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/QuickLook.Plugin/QuickLook.Plugin.IPreviewHandlers/PluginInterface.cs b/QuickLook.Plugin/QuickLook.Plugin.IPreviewHandlers/PluginInterface.cs index e31fa62..963a842 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.IPreviewHandlers/PluginInterface.cs +++ b/QuickLook.Plugin/QuickLook.Plugin.IPreviewHandlers/PluginInterface.cs @@ -35,7 +35,6 @@ namespace QuickLook.Plugin.IPreviewHandlers case ".pptx": // OpenDocument case ".odt": - case ".ott": case ".ods": case ".odp": return PreviewHandlerHost.GetPreviewHandlerGUID(path) != Guid.Empty;