From f8cb50799e34b0adb0c36c392502deb7baf556c5 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 16 Aug 2019 21:40:46 +0200 Subject: [PATCH] Fix typos Change-Id: I8ab75eb5cd54d14fda42bcdb1a251e9e2b6fefdf Reviewed-on: https://gerrit.libreoffice.org/77612 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- sw/source/filter/xml/xmltbli.cxx | 2 +- writerfilter/inc/dmapper/resourcemodel.hxx | 2 +- .../xmerge/java/org/openoffice/xmerge/DocumentMerger.java | 4 ++-- .../java/org/openoffice/xmerge/DocumentSerializer.java | 6 +++--- xmloff/source/forms/propertyimport.hxx | 2 +- 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.

* - *

The {@code DocumentMerger} object is created by a the + *

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. * - *

The {@code DocumentSerializer} object is created by a the + *

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. *

* @@ -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.

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.

+ All form relevant attributes are in the same namespace, so this would be a redundant information.

*/ bool encounteredAttribute(const OUString& _rAttributeName) const;