mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
Resort the codes of office extensions
This commit is contained in:
@@ -29,11 +29,10 @@ public class Plugin : IViewer
|
||||
{
|
||||
private static readonly string[] Extensions =
|
||||
[
|
||||
".doc", ".docx", ".docm",
|
||||
".xls", ".xlsx", ".xlsm", ".xlsb",
|
||||
".ppt", ".pptx",
|
||||
".doc", ".docx", ".docm", ".odt",
|
||||
".xls", ".xlsx", ".xlsm", ".xlsb", ".ods",
|
||||
".ppt", ".pptx", ".odp",
|
||||
".vsd", ".vsdx",
|
||||
".odt", ".ods", ".odp"
|
||||
];
|
||||
|
||||
private PreviewPanel _panel;
|
||||
|
Reference in New Issue
Block a user