summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-04-06 10:02:33 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-04-06 11:25:43 +0000
commit0c547776340c3983a867890b34f4a931215f8f52 (patch)
treed804f442f02098eb421b95689b991ffadb8def53 /setup_native
parentf747390b4f79d88dcccec8aa5e25d3444aac9a23 (diff)
tdf#106359: register .iqy in MSI and treat them as templates
Change-Id: I7ae94c7717fbea03d96c539e05eeb565bafefd9f Reviewed-on: https://gerrit.libreoffice.org/36188 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx b/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
index e13ad91ff404..c6434e35106e 100644
--- a/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
+++ b/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
@@ -50,6 +50,7 @@ static const CHAR* g_Extensions[] =
".xltx", // Office Excel 2007 XML template
".xltm", // Office Excel 2007 XML macro-enabled template
".xlsb", // Office Excel 2007 binary workbook (BIFF12)
+ ".iqy", // Microsoft Excel Web Query File
".et", // Kingsoft Spreadsheet
".ett", // Kingsoft SpreadSheet Template
".ppt", // Microsoft Powerpoint
@@ -69,9 +70,9 @@ static const CHAR* g_Extensions[] =
static const int WORD_START = 0;
static const int EXCEL_START = 9;
-static const int POWERPOINT_START = 19;
-static const int VISIO_START = 29;
-static const int VISIO_END = 31;
+static const int POWERPOINT_START = 20;
+static const int VISIO_START = 30;
+static const int VISIO_END = 32;
// ".xlam", // Office Excel 2007 XML macro-enabled add-in
// ".ppam", // Office PowerPoint 2007 macro-enabled XML add-in