repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merged tag ooo/OOO330_m14
[LibreOffice.git]
/
extensions
/
test
/
ole
/
DCOM
/
Clients
/
WriterDemo
/
Module1.bas
blob
e9bb197ed69223af2e22a33753b1442959a3aac1
1
Attribute
VB_Name
=
"Module1"
2
Option Explicit
3
4
Sub
main
()
5
Dim
obj
As Object
6
Set
obj
=
CreateObject
(
"dcomtest.writerdemo.wsc"
)
7
obj
.
run
8
End Sub