summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ios/LibreOfficeLight/LibreOfficeLight/LOKit/Document.swift2
-rw-r--r--jurt/com/sun/star/uno/AnyConverter.java2
-rw-r--r--offapi/com/sun/star/security/ExtAltNameType.idl4
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Impress.xcs8
4 files changed, 8 insertions, 8 deletions
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>