[Libreoffice-commits] core.git: extensions/test

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Jul 13 17:14:46 UTC 2019


 extensions/test/ole/EventListenerSample/readme.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 73c5eb47db46acfd9818876f36f6a2cbc572e798
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Jul 13 14:54:06 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jul 13 19:13:59 2019 +0200

    Fix typo
    
    Change-Id: Icafb06fbcf0796a2e1598a46b41081be22d4bc54
    Reviewed-on: https://gerrit.libreoffice.org/72958
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/extensions/test/ole/EventListenerSample/readme.txt b/extensions/test/ole/EventListenerSample/readme.txt
index 6485571ec928..0e7b1f646324 100644
--- a/extensions/test/ole/EventListenerSample/readme.txt
+++ b/extensions/test/ole/EventListenerSample/readme.txt
@@ -1,7 +1,7 @@
 EventListener
 ========================================
 
-The folder EventListener contains an MSDEV project that builds a dll that
+The folder EventListener contains an MSDEV project that builds a DLL that
 contains the EventListener.EvtListener ActiveX component. The component
 implements the XEventListener interface according to the rules of the
 OleBridge. The component will be used from the HTML page events.htm.
@@ -12,9 +12,9 @@ VBEventListener:
 
 Contains a Visual Basic project that builds an ActiveX component that implements
 com.sun.star.lang.XEventListener. Its ProgId is
-VBasicEventListener.VBEventListener The dll should also be checked in. VB needs
+VBasicEventListener.VBEventListener. The DLL should also be checked in. VB needs
 its TLB, so it uses the same CLSIDs on the next build. The component will create
 a message box when its disposing function has been called.
 
 The project also contains a client that builds a Project1.exe (in the same
-folder) that creates VBEventListener and adds it to a StarOffice document
+folder) that creates VBEventListener and adds it to a StarOffice document.


More information about the Libreoffice-commits mailing list