diff options
6 files changed, 9 insertions, 9 deletions
diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt index 499c013e343d..80ab50b265cb 100644 --- a/instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt +++ b/instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt @@ -129,7 +129,7 @@ Directory Directory N Identifier Unique identifier for directory entry, pri Directory Directory_Parent Y Directory 1 Identifier Reference to the entry in this table specifying the default parent directory. A record parented to itself or with a Null parent represents a root of the install tree. DrLocator Depth Y 0 32767 The depth below the path to which the Signature_ is recursively searched. If absent, the depth is assumed to be 0. DrLocator Parent Y Identifier The parent file signature. It is also a foreign key in the Signature table. If null and the Path column does not expand to a full path, then all the fixed drives of the user system are searched using the Path. -DrLocator Path Y AnyPath The path on the user system. This is a either a subpath below the value of the Parent or a full path. The path may contain properties enclosed within [ ] that will be expanded. +DrLocator Path Y AnyPath The path on the user system. This is an either a subpath below the value of the Parent or a full path. The path may contain properties enclosed within [ ] that will be expanded. DrLocator Signature_ N Identifier The Signature_ represents a unique file signature and is also the foreign key in the Signature table. DuplicateFile Component_ N Component 1 Identifier Foreign key referencing Component that controls the duplicate file. DuplicateFile DestFolder Y Identifier Name of a property whose value is assumed to resolve to the full pathname to a destination folder. @@ -337,7 +337,7 @@ PublishComponent AppData Y Text This is localisable Application specific da PublishComponent Component_ N Component 1 Identifier Foreign key into the Component table. PublishComponent ComponentId N Guid A string GUID that represents the component id that will be requested by the alien product. PublishComponent Feature_ N Feature 1 Identifier Foreign key into the Feature table. -PublishComponent Qualifier N Text This is defined only when the ComponentId column is an Qualified Component Id. This is the Qualifier for ProvideComponentIndirect. +PublishComponent Qualifier N Text This is defined only when the ComponentId column is a Qualified Component Id. This is the Qualifier for ProvideComponentIndirect. RadioButton Height N 0 32767 The height of the button. RadioButton Help Y Text The help strings used with the button. The text is optional. RadioButton Order N 1 32767 A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive. diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx index 26fdb78eb825..c1ae805571f6 100644 --- a/io/source/TextInputStream/TextInputStream.cxx +++ b/io/source/TextInputStream/TextInputStream.cxx @@ -184,7 +184,7 @@ OUString OTextInputStream::implReadString( const Sequence< sal_Unicode >& Delimi } // Now there should be characters available - // (otherwise the loop should have been breaked before) + // (otherwise the loop should have been broken before) sal_Unicode c = mvBuffer[ nBufferReadPos++ ]; if( bFindLineEnd ) diff --git a/ios/LibreOfficeLight/LibreOfficeLight/AppDelegate.swift b/ios/LibreOfficeLight/LibreOfficeLight/AppDelegate.swift index 1804cd1e3ae3..f0b5f6bd3740 100644 --- a/ios/LibreOfficeLight/LibreOfficeLight/AppDelegate.swift +++ b/ios/LibreOfficeLight/LibreOfficeLight/AppDelegate.swift @@ -18,7 +18,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate - // sent when clicking on a OO document in another app + // sent when clicking on an OO document in another app // allowing this app to handle the document. // remark if the app is not started it will be started first func application(_ app: UIApplication, diff --git a/javaunohelper/test/com/sun/star/lib/uno/helper/ComponentBase_Test.java b/javaunohelper/test/com/sun/star/lib/uno/helper/ComponentBase_Test.java index bd3ce469d610..c67e95313586 100644 --- a/javaunohelper/test/com/sun/star/lib/uno/helper/ComponentBase_Test.java +++ b/javaunohelper/test/com/sun/star/lib/uno/helper/ComponentBase_Test.java @@ -83,7 +83,7 @@ public class ComponentBase_Test assertEquals(obj2.nDisposingCalled, 1); assertEquals(obj3.nDisposingCalled, 1); - logger.log(Level.FINE, "Adding a listener after dispose, causes a immediate call to the listener."); + logger.log(Level.FINE, "Adding a listener after dispose, causes an immediate call to the listener."); obj1.nDisposingCalled= 0; comp.addEventListener(obj1); assertEquals(obj1.nDisposingCalled, 1); diff --git a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java index 0ab2a297564f..b71525ba5dd8 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java @@ -106,7 +106,7 @@ public class JobQueue { /** - * Constructs a async job queue with the given thread id which belongs to + * Constructs an async job queue with the given thread id which belongs to * the given sync job queue. * * @param threadId the thread id. @@ -278,13 +278,13 @@ public class JobQueue { * @return the result of the final job (reply). */ Object enter(Object disposeId) throws Throwable { - return enter(0, disposeId); // wait infinitly + return enter(0, disposeId); // wait infinitely } /** * Enters the job queue. * - * @param waitTime the maximum amount of time to wait for a job (0 means wait infinitly). + * @param waitTime the maximum amount of time to wait for a job (0 means wait infinitely). * @param disposeId a dispose id. * @return the result of the final job (reply). */ diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx index cc3088fbc683..183075e0c9af 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx @@ -27,7 +27,7 @@ namespace jfw_plugin { /* Note: The vendor strings must be UTF-8. For example, if - the string contains an a umlaut then it must be expressed + the string contains an umlaut then it must be expressed by "\xXX\xXX" */ VendorSupportMapEntry const gVendorMap[] ={ |