diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-16 21:40:42 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-16 22:21:07 +0200 |
commit | 3681229b125238b02e03cf1bdf53b404f080f091 (patch) | |
tree | 3790addc4594d3f476c99304ac8afdc68a3de616 /odk/examples/DevelopersGuide/OfficeDev | |
parent | fdf032c366c6c8ba854a2e922dd25ff390be66e1 (diff) |
Fix typos
Change-Id: I5d0776d5f90f44ebbeeb5916cbbf6e87406adcad
Reviewed-on: https://gerrit.libreoffice.org/77609
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev')
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java | 2 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java index 9388181f3b15..617e38047106 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java @@ -39,7 +39,7 @@ // __________ Implementation __________ /** - * support ONE singleton uno connection to an running office installation! + * support ONE singleton uno connection to a running office installation! * Can be used to open/use/close connection to uno environment of an office. If * necessary a new office instance is started. * ctor isn't available from outside. You should call static function diff --git a/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java b/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java index 0e9e5fadd273..d8db72aad323 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java +++ b/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java @@ -40,7 +40,7 @@ import com.sun.star.uno.UnoRuntime; // __________ Implementation __________ /** - * support ONE singleton uno connection to an running office installation! + * support ONE singleton uno connection to a running office installation! * Can be used to open/use/close connection to uno environment of an already running office. * ctor isn't available from outside. You should call static function "getConnection()" * to open or use internal set connection which is created one times only. |