diff options
Diffstat (limited to 'extensions/test')
-rw-r--r-- | extensions/test/ole/VisualBasic/Module1.vb | 2 | ||||
-rw-r--r-- | extensions/test/ole/callUnoToJava.htm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/test/ole/VisualBasic/Module1.vb b/extensions/test/ole/VisualBasic/Module1.vb index f4acd19170a6..63b8bbdeb17f 100644 --- a/extensions/test/ole/VisualBasic/Module1.vb +++ b/extensions/test/ole/VisualBasic/Module1.vb @@ -523,7 +523,7 @@ Public Sub Main() Function testImplementedInterfaces() As Object
'Bridge_ImplementedInterfaces
'=================================================
- ' call an UNO function that takes an XEventListener interface
+ ' call a UNO function that takes an XEventListener interface
'We provide a COM implementation (IDispatch) as EventListener
'Open a new empty writer document
diff --git a/extensions/test/ole/callUnoToJava.htm b/extensions/test/ole/callUnoToJava.htm index fff21ad0ea28..3b9bf1b2f552 100644 --- a/extensions/test/ole/callUnoToJava.htm +++ b/extensions/test/ole/callUnoToJava.htm @@ -485,7 +485,7 @@ function XSimple_Impl_func( message) <h2> Object in JScript</h2> -This test passes a XCallback to an UNO function of the UNO test control. +This test passes a XCallback to a UNO function of the UNO test control. XCallback is implemented by the JScript class XCallback_Impl. The function XCallback::func1 is then called from the UNO test control. <br> |