diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-10 09:34:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-10 14:50:59 +0200 |
commit | fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e (patch) | |
tree | d6cc189748e5980420cc0611b44b28ec4183ea25 /extensions/test/ole | |
parent | 8ccffe4e7fb6abf6fa3ba9187007e9d8af116baf (diff) |
an uno -> a uno
Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d
Reviewed-on: https://gerrit.libreoffice.org/72105
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions/test/ole')
-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> |