Document converter: Add extensions as non template cases
Change-Id: Ifed1b8758e605c3457a9c57b87527d81f684a5f5
This commit is contained in:
@@ -450,8 +450,8 @@ Dim s as Integer
|
|||||||
FirstList(i,1) = SecList(s,1)
|
FirstList(i,1) = SecList(s,1)
|
||||||
sLocExtension = lcase(FirstList(i,1))
|
sLocExtension = lcase(FirstList(i,1))
|
||||||
Select Case sLocExtension
|
Select Case sLocExtension
|
||||||
Case "sdw", "sdc", "sda", "sdd", "smf", "sgl", "doc", "xls", "ppt", "sxi" , "sxw" , "sxd" , "sxg" , "sxm" , "sxc" , "pps"
|
Case "sdw", "sdc", "sda", "sdd", "smf", "sgl", "doc", "docx", "docm", "xls", "xlsx", "xlsm", "ppt", "pps", "pptx", "pptm", "ppsx", "ppsm", "sxi", "sxw", "sxd", "sxg", "sxm", "sxc"
|
||||||
AbsDocuFound = AbsDocuFound + 1
|
AbsDocuFound = AbsDocuFound + 1
|
||||||
Case else
|
Case else
|
||||||
AbsTemplateFound = AbsTemplateFound + 1
|
AbsTemplateFound = AbsTemplateFound + 1
|
||||||
End Select
|
End Select
|
||||||
|
Reference in New Issue
Block a user