mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-19 22:58:39 +00:00
更新windows内置office目录名, 适配jodconverter
This commit is contained in:
14
server/libreoffice/share/basic/Access2Base/Test.xba
Normal file
14
server/libreoffice/share/basic/Access2Base/Test.xba
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Test" script:language="StarBasic">Option Explicit
|
||||
'Option Compatible
|
||||
|
||||
Sub Main
|
||||
Dim a, b()
|
||||
_ErrorHandler(False)
|
||||
' DebugPrint vbLF
|
||||
' TraceConsole()
|
||||
exit sub
|
||||
End Sub
|
||||
|
||||
</script:module>
|
||||
Reference in New Issue
Block a user