extensions/test/ole/EventListenerSample/events.htm |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit ca5f5d6c9f297e926662424e1546e92b41c83eaf
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jul 13 14:48:31 2019 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Sat Jul 27 08:42:15 2019 +0200

    Fix typo
    
    Change-Id: I31e7035fd0dd7005e4bd3489719017c09bef9e14
    Reviewed-on: https://gerrit.libreoffice.org/72956
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Andrea Gelmini <andrea.gelm...@gelma.net>

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>
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to