diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-16 21:40:46 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-16 22:21:50 +0200 |
commit | f8cb50799e34b0adb0c36c392502deb7baf556c5 (patch) | |
tree | 2c74045fc8874bdef9190a7286ddc622c36dcc65 | |
parent | 3681229b125238b02e03cf1bdf53b404f080f091 (diff) |
Fix typos
Change-Id: I8ab75eb5cd54d14fda42bcdb1a251e9e2b6fefdf
Reviewed-on: https://gerrit.libreoffice.org/77612
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
5 files changed, 8 insertions, 8 deletions
diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx index 4356945c11b6..d5fcebe1667c 100644 --- a/sw/source/filter/xml/xmltbli.cxx +++ b/sw/source/filter/xml/xmltbli.cxx @@ -2375,7 +2375,7 @@ void SwXMLTableContext::MakeTable_( SwTableBox *pBox ) // All column that have absolute widths get relative widths; // these widths relate to each over like the original absolute // widths. The smallest column gets a width that has the same - // value as the smallest column that has an relative width + // value as the smallest column that has a relative width // already. if( 0 == nMinRelColWidth ) nMinRelColWidth = nMinAbsColWidth; diff --git a/writerfilter/inc/dmapper/resourcemodel.hxx b/writerfilter/inc/dmapper/resourcemodel.hxx index cb6cae6cd4d5..728c6ed9a641 100644 --- a/writerfilter/inc/dmapper/resourcemodel.hxx +++ b/writerfilter/inc/dmapper/resourcemodel.hxx @@ -58,7 +58,7 @@ typedef sal_uInt32 Id; namespace writerfilter { /** - Reference to an resource that generates events and sends them to a + Reference to a resource that generates events and sends them to a handler. The reference can be resolved, i.e. the resource generates its diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentMerger.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentMerger.java index 4347c70fc6f8..3ec19e7484be 100644 --- a/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentMerger.java +++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentMerger.java @@ -33,7 +33,7 @@ package org.openoffice.xmerge; * utilizes to know how the "Office" {@code Document} tags are * supported in the "Device" format.</p> * - * <p>The {@code DocumentMerger} object is created by a the + * <p>The {@code DocumentMerger} object is created by the * {@code DocumentMergerFactory} {@link * org.openoffice.xmerge.DocumentMergerFactory#createDocumentMerger * createDocumenMerger} method. When it is constructed, the "Original @@ -71,4 +71,4 @@ public interface DocumentMerger { * @throws MergeException If any merge error occurs. */ void merge(Document modifiedDoc) throws MergeException; -}
\ No newline at end of file +} diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentSerializer.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentSerializer.java index c31e07c54ef1..87f5da1c2fe4 100644 --- a/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentSerializer.java +++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentSerializer.java @@ -25,10 +25,10 @@ import java.io.IOException; * "Office" {@code Document} to a "Device" {@code Document} * format. * - * <p>The {@code DocumentSerializer} object is created by a the + * <p>The {@code DocumentSerializer} object is created by the * {@code PluginFactory} {@link * org.openoffice.xmerge.DocumentSerializerFactory#createDocumentSerializer - * createDocumentSerializer} method. When it is constructed, a + * createDocumentSerializer} method. When it is constructed, an * "Office" {@code Document} object is passed in to be used as input. * </p> * @@ -51,4 +51,4 @@ public interface DocumentSerializer { * @throws IOException If any I/O error occurs. */ ConvertData serialize() throws ConvertException, IOException; -}
\ No newline at end of file +} diff --git a/xmloff/source/forms/propertyimport.hxx b/xmloff/source/forms/propertyimport.hxx index 2f95767a5721..a08727902dbb 100644 --- a/xmloff/source/forms/propertyimport.hxx +++ b/xmloff/source/forms/propertyimport.hxx @@ -123,7 +123,7 @@ namespace xmloff /** determine if the element imported by the object had a given attribute. <p>Please be aware of the fact that the name given must be a local name, i.e. not contain a namespace. - All form relevant attributes are in the same namespace, so this would be an redundant information.</p> + All form relevant attributes are in the same namespace, so this would be a redundant information.</p> */ bool encounteredAttribute(const OUString& _rAttributeName) const; |