[Libreoffice-commits] core.git: sw/source writerfilter/inc xmerge/source xmloff/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 16 20:22:39 UTC 2019


 sw/source/filter/xml/xmltbli.cxx                                        |    2 +-
 writerfilter/inc/dmapper/resourcemodel.hxx                              |    2 +-
 xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentMerger.java     |    4 ++--
 xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentSerializer.java |    6 +++---
 xmloff/source/forms/propertyimport.hxx                                  |    2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit f8cb50799e34b0adb0c36c392502deb7baf556c5
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Aug 16 21:40:46 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Aug 16 22:21:50 2019 +0200

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

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;
 


More information about the Libreoffice-commits mailing list