summaryrefslogtreecommitdiff
path: root/extensions/test
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/test')
-rw-r--r--extensions/test/ole/ScriptTest.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/test/ole/ScriptTest.html b/extensions/test/ole/ScriptTest.html
index 1017b9a04706..9c1ee84977ba 100644
--- a/extensions/test/ole/ScriptTest.html
+++ b/extensions/test/ole/ScriptTest.html
@@ -648,7 +648,8 @@ Function runVBTest( Log)
document.writeln("================================================================================<br>")
document.writeln("VB Script<br>")
document.writeln("================================================================================<p>")
-Set factory= GetObject("", "com.sun.star.ServiceManager")
+'Set factory= CreateObject("", "com.sun.star.ServiceManager")
+Set factory= CreateObject("com.sun.star.ServiceManager")
Set oletest= factory.createInstance("oletest.OleTest")
Dim arrInt