mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 10:19:07 +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 =
|
private static readonly string[] Extensions =
|
||||||
[
|
[
|
||||||
".doc", ".docx", ".docm",
|
".doc", ".docx", ".docm", ".odt",
|
||||||
".xls", ".xlsx", ".xlsm", ".xlsb",
|
".xls", ".xlsx", ".xlsm", ".xlsb", ".ods",
|
||||||
".ppt", ".pptx",
|
".ppt", ".pptx", ".odp",
|
||||||
".vsd", ".vsdx",
|
".vsd", ".vsdx",
|
||||||
".odt", ".ods", ".odp"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
private PreviewPanel _panel;
|
private PreviewPanel _panel;
|
||||||
|
Reference in New Issue
Block a user