[Libreoffice-commits] core.git: include/svtools include/tools odk/examples offapi/com

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 16 20:22:02 UTC 2019


 include/svtools/templatefoldercache.hxx                                      |    2 +-
 include/tools/diagnose_ex.h                                                  |    2 +-
 odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java |    2 +-
 odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java                    |    2 +-
 offapi/com/sun/star/chart2/XRegressionCurveContainer.idl                     |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 3681229b125238b02e03cf1bdf53b404f080f091
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Aug 16 21:40:42 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Aug 16 22:21:07 2019 +0200

    Fix typos
    
    Change-Id: I5d0776d5f90f44ebbeeb5916cbbf6e87406adcad
    Reviewed-on: https://gerrit.libreoffice.org/77609
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/svtools/templatefoldercache.hxx b/include/svtools/templatefoldercache.hxx
index 2bcba8e7ec65..abaa5ec99e7c 100644
--- a/include/svtools/templatefoldercache.hxx
+++ b/include/svtools/templatefoldercache.hxx
@@ -32,7 +32,7 @@ namespace svt
 
     class TemplateFolderCacheImpl;
     /** allows to cache the state of the template directories of OOo
-        <p>Usually, this class is used together with an instance of a the
+        <p>Usually, this class is used together with an instance of the
         <service scope="com.sun.star.frame">DocumentTemplates</service> service. It allows to scan the template folders
         of the Office, and updates the configuration so that it reflects the most recent state of the folders.<br/>
         As this is an expensive, the TemplateFolderCache has been introduced. It caches the state of the template
diff --git a/include/tools/diagnose_ex.h b/include/tools/diagnose_ex.h
index 2d76241cadd0..fc814d91db40 100644
--- a/include/tools/diagnose_ex.h
+++ b/include/tools/diagnose_ex.h
@@ -91,7 +91,7 @@ inline css::uno::Any DbgGetCaughtException()
                                                arg ); }
 
 /** This macro asserts the given condition (in debug mode), and throws
-    an RuntimeException afterwards.
+    a RuntimeException afterwards.
  */
 #define ENSURE_OR_THROW(c, m) \
     if( !(c) ){ \
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.
diff --git a/offapi/com/sun/star/chart2/XRegressionCurveContainer.idl b/offapi/com/sun/star/chart2/XRegressionCurveContainer.idl
index db48fd9c680d..05b76365b3a8 100644
--- a/offapi/com/sun/star/chart2/XRegressionCurveContainer.idl
+++ b/offapi/com/sun/star/chart2/XRegressionCurveContainer.idl
@@ -35,7 +35,7 @@ module chart2
 
 interface XRegressionCurveContainer : com::sun::star::uno::XInterface
 {
-    /** add an regression curve to the container
+    /** add a regression curve to the container
 
         @throws IllegalArgumentException
             If the given regression curve is already contained in the


More information about the Libreoffice-commits mailing list