[Libreoffice-commits] core.git: ios/LibreOfficeLight jurt/com offapi/com officecfg/registry

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Aug 20 07:10:59 UTC 2019


 ios/LibreOfficeLight/LibreOfficeLight/LOKit/Document.swift  |    2 +-
 jurt/com/sun/star/uno/AnyConverter.java                     |    2 +-
 offapi/com/sun/star/security/ExtAltNameType.idl             |    4 ++--
 officecfg/registry/schema/org/openoffice/Office/Impress.xcs |    8 ++++----
 4 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit b6fd78a9fa4bb6e53da8b8216f00bb887e1fd917
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Aug 19 21:44:41 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Aug 20 09:10:12 2019 +0200

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

diff --git a/ios/LibreOfficeLight/LibreOfficeLight/LOKit/Document.swift b/ios/LibreOfficeLight/LibreOfficeLight/LOKit/Document.swift
index 3f94fb470a6e..4e3b4b20e409 100644
--- a/ios/LibreOfficeLight/LibreOfficeLight/LOKit/Document.swift
+++ b/ios/LibreOfficeLight/LibreOfficeLight/LOKit/Document.swift
@@ -378,7 +378,7 @@ open class Document
     /**
      * Returns a json mapping of the possible values for the given command
      * e.g. {commandName: ".uno:StyleApply", commandValues: {"familyName1" : ["list of style names in the family1"], etc.}}
-     * @param pCommand a uno command for which the possible values are requested
+     * @param pCommand a UNO command for which the possible values are requested
      * @return {commandName: unoCmd, commandValues: {possible_values}}
      */
     public func getCommandValues(command: String) -> String?
diff --git a/jurt/com/sun/star/uno/AnyConverter.java b/jurt/com/sun/star/uno/AnyConverter.java
index a54e7c3a8efe..d36542e1a67a 100644
--- a/jurt/com/sun/star/uno/AnyConverter.java
+++ b/jurt/com/sun/star/uno/AnyConverter.java
@@ -33,7 +33,7 @@ package com.sun.star.uno;
 public class AnyConverter
 {
     /**
-     * Determines the type of an any object.
+     * Determines the type of an Any object.
      *
      * @param object any object.
      * @return type object.
diff --git a/offapi/com/sun/star/security/ExtAltNameType.idl b/offapi/com/sun/star/security/ExtAltNameType.idl
index 661ac7606289..e87308273695 100644
--- a/offapi/com/sun/star/security/ExtAltNameType.idl
+++ b/offapi/com/sun/star/security/ExtAltNameType.idl
@@ -59,7 +59,7 @@ enum ExtAltNameType
     DIRECTORY_NAME,
 
     /**
-     * The entry contains a url.
+     * The entry contains a URL.
      * The value of CertAltNameEntry contains a OUString.
      *
      * @see com::sun::star::security::CertAltNameEntry
@@ -67,7 +67,7 @@ enum ExtAltNameType
     URL,
 
     /**
-     * The entry contains a ip address.
+     * The entry contains an IP address.
      * The value of CertAltNameEntry contains a Sequence of sal_Int8.
      *
      * @see com::sun::star::security::CertAltNameEntry
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
index 14027704ba49..8004747ba92f 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
@@ -1600,7 +1600,7 @@
           <prop oor:name="TimeBetweenHighPriorityRequests" oor:type="xs:int" oor:nillable="false">
             <info>
               <desc>
-                Time in milli seconds to wait between processing
+                Time in milliseconds to wait between processing
                 preview creation requests with high priority.
               </desc>
               <label>Time Between High Priority Requests</label>
@@ -1610,7 +1610,7 @@
           <prop oor:name="TimeBetweenLowPriorityRequests" oor:type="xs:int" oor:nillable="false">
             <info>
               <desc>
-                Time in milli seconds to wait between processing
+                Time in milliseconds to wait between processing
                 preview creation requests with low priority.
               </desc>
               <label>Time Between Low Priority Requests</label>
@@ -1620,8 +1620,8 @@
           <prop oor:name="TimeBetweenRequestsDuringShow" oor:type="xs:int" oor:nillable="false">
             <info>
               <desc>
-                Time in milli seconds to wait between processing
-                preview creation requestsest when show is running.
+                Time in milliseconds to wait between processing
+                preview creation requests when show is running.
               </desc>
               <label>Time Between Requests During Show</label>
             </info>


More information about the Libreoffice-commits mailing list