diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-13 14:48:31 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-27 08:42:15 +0200 |
commit | ca5f5d6c9f297e926662424e1546e92b41c83eaf (patch) | |
tree | 372afc67ac7e501ec9e209c3d8010de95dd890f0 /extensions/test | |
parent | 75c457a716ac12ccfdea35dc0f76e71ffaaae44b (diff) |
Fix typo
Change-Id: I31e7035fd0dd7005e4bd3489719017c09bef9e14
Reviewed-on: https://gerrit.libreoffice.org/72956
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'extensions/test')
-rw-r--r-- | extensions/test/ole/EventListenerSample/events.htm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/test/ole/EventListenerSample/events.htm b/extensions/test/ole/EventListenerSample/events.htm index 75f7bc1d9b07..0fae7eee9be8 100644 --- a/extensions/test/ole/EventListenerSample/events.htm +++ b/extensions/test/ole/EventListenerSample/events.htm @@ -50,7 +50,7 @@ function XEventListener_Impl() //XEventListener
this.disposing= XEventListener_disposing;
-}
+}
function XEventListener_disposing( source)
{
@@ -88,14 +88,14 @@ to it. When the document is closed then the XEventListener::disposing method is listener object. How the listener is set up depends on the button being clicked.
</p>
<p>
-The button will run JScript code that and adds an JScript event listener to the document.
-The listener is also implemented in JScript an is on this page..
+The button will run JScript code and that adds a JScript event listener to the document.
+The listener is also implemented in JScript and is on this page.
</p>
<button onclick='Main(0)'>JScript go</Button>
<p>
The button runs JScript code that creates the ActiveX component EventListener.EvtListener that
-is written in C++ and housed in a dll. Then the event listener is added to the document.
+is written in C++ and housed in a DLL. Then the event listener is added to the document.
</p>
<button onclick='Main( 1)'>JScript go</Button>
<p>
@@ -105,7 +105,7 @@ to the document. <button onclick='MainVB(0)'>VBScript</Button>
<p>
Runs VBScript code that creates VBasicEventListener.VBEventListener ActiveX component which was
-written with VB
+written with VB.
</p>
<button onclick='MainVB(1)'>VBScript</Button>
|