filter/source/xslt/export/wordml/ooo2wordml_field.xsl |    4 ++--
 sc/qa/unit/filters-test.cxx                           |    4 ++--
 sc/source/filter/inc/xistream.hxx                     |    2 +-
 slideshow/source/engine/slideshowimpl.cxx             |    4 ++--
 sw/inc/doc.hxx                                        |    2 +-
 udkapi/com/sun/star/script/ArrayWrapper.idl           |    2 +-
 wizards/com/sun/star/wizards/common/FileAccess.java   |    2 +-
 wizards/com/sun/star/wizards/common/FileAccess.py     |    2 +-
 8 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit 5fa6a79864af82c9d60ddef0d618106a8214e431
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Mon Apr 16 11:34:54 2018 +0200

    Fix typos
    
    Change-Id: If89ec640901253121529c09aef4537c6b13cee1d
    Reviewed-on: https://gerrit.libreoffice.org/52280
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins <c...@libreoffice.org>

diff --git a/filter/source/xslt/export/wordml/ooo2wordml_field.xsl 
b/filter/source/xslt/export/wordml/ooo2wordml_field.xsl
index 3d488b923944..3e327e11a4b8 100644
--- a/filter/source/xslt/export/wordml/ooo2wordml_field.xsl
+++ b/filter/source/xslt/export/wordml/ooo2wordml_field.xsl
@@ -283,13 +283,13 @@
     <xsl:template name="field_get_date_format">
         <xsl:param name="field_date_stylename"/>
         <xsl:param name="field_date_value"/>
-        <!-- this template retun null date format ATM-->
+        <!-- this template return null date format ATM-->
         <xsl:text/>
     </xsl:template>
     <xsl:template name="field_get_time_format">
         <xsl:param name="field_time_stylename"/>
         <xsl:param name="field_time_value"/>
-        <!-- this template retun null date format ATM-->
+        <!-- this template return null date format ATM-->
         <xsl:text/>
     </xsl:template>
     <xsl:template match="text:template-name">
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index 0c4eeb808145..2a0afb4323aa 100644
--- a/sc/qa/unit/filters-test.cxx
+++ b/sc/qa/unit/filters-test.cxx
@@ -470,7 +470,7 @@ void ScFiltersTest::testLegacyCellAnchoredRotatedShape()
 {
     {
         // This example doc contains cell anchored shape that is rotated, the
-        // rotated shape is in fact clipped by the sheet boundries (and thus
+        // rotated shape is in fact clipped by the sheet boundaries (and thus
         // is a good edge case test to see if we import it still correctly)
         ScDocShellRef xDocSh = 
loadDoc("legacycellanchoredrotatedclippedshape.", FORMAT_ODS);
 
@@ -496,7 +496,7 @@ void ScFiltersTest::testLegacyCellAnchoredRotatedShape()
     }
     {
         // This example doc contains cell anchored shape that is rotated, the
-        // rotated shape is in fact clipped by the sheet boundries, 
additionally
+        // rotated shape is in fact clipped by the sheet boundaries, 
additionally
         // the shape is completely hidden because the rows the shape occupies
         // are hidden
         ScDocShellRef xDocSh = 
loadDoc("legacycellanchoredrotatedhiddenshape.", FORMAT_ODS, true);
diff --git a/sc/source/filter/inc/xistream.hxx 
b/sc/source/filter/inc/xistream.hxx
index 47e78e7ad4cb..dabbbcfba759 100644
--- a/sc/source/filter/inc/xistream.hxx
+++ b/sc/source/filter/inc/xistream.hxx
@@ -259,7 +259,7 @@ private:
     initially enables it. DisableDecryption() may be used to stop the usage of
     the decryption temporarily (sometimes record contents are never encrypted,
     i.e. all BOF records or the stream position in BOUNDSHEET). Decryption will
-    be reenabled automatically, if a new record is started with the function
+    be re-enabled automatically, if a new record is started with the function
     StartNextRecord().
 
     It is possible to store several stream positions inside a record (including
diff --git a/slideshow/source/engine/slideshowimpl.cxx 
b/slideshow/source/engine/slideshowimpl.cxx
index de8861a336c0..f58593baa3dc 100644
--- a/slideshow/source/engine/slideshowimpl.cxx
+++ b/slideshow/source/engine/slideshowimpl.cxx
@@ -267,7 +267,7 @@ public:
     bool notifyHyperLinkClicked( OUString const& hyperLink );
 
     /** Notification from eventmultiplexer that an animation event has 
occurred.
-        This will be forewarded to all registered XSlideShowListener
+        This will be forwarded to all registered XSlideShowListener
      */
     bool handleAnimationEvent( const AnimationNodeSharedPtr& rNode );
 
@@ -2313,7 +2313,7 @@ bool SlideShowImpl::notifyHyperLinkClicked( OUString 
const& hyperLink )
 }
 
 /** Notification from eventmultiplexer that an animation event has occurred.
-    This will be forewarded to all registered XSlideShoeListener
+    This will be forwarded to all registered XSlideShoeListener
  */
 bool SlideShowImpl::handleAnimationEvent( const AnimationNodeSharedPtr& rNode )
 {
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 88a510de05f7..a5d88504ab94 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -821,7 +821,7 @@ public:
     void ReplaceCompatibilityOptions( const SwDoc& rSource );
 
     /** Replace all user defined document properties with xSourceDocProps.
-        Convenince function used by ReplaceDocumentProperties to skip some UNO 
calls.
+        Convenience function used by ReplaceDocumentProperties to skip some 
UNO calls.
      */
     void ReplaceUserDefinedDocumentProperties( const css::uno::Reference< 
css::document::XDocumentProperties >& xSourceDocProps );
 
diff --git a/udkapi/com/sun/star/script/ArrayWrapper.idl 
b/udkapi/com/sun/star/script/ArrayWrapper.idl
index 8e76fead6c13..547d739fc104 100644
--- a/udkapi/com/sun/star/script/ArrayWrapper.idl
+++ b/udkapi/com/sun/star/script/ArrayWrapper.idl
@@ -25,7 +25,7 @@
 module com {  module sun {  module star { module script {
 
 /** Allows an UNO sequence that is passed between different language
-    boundries to indicate it prefers to be represented as a multidimensional
+    boundaries to indicate it prefers to be represented as a multidimensional
     array with 0 or 1 based indices. UNO does not natively represent
     Multi-Dimensional arrays, instead a sequence can have elements that are
     themselves sequences (an array of arrays ). <p>Some languages ( example
diff --git a/wizards/com/sun/star/wizards/common/FileAccess.java 
b/wizards/com/sun/star/wizards/common/FileAccess.java
index 0d775c6798bf..1dfb3c90d6b5 100644
--- a/wizards/com/sun/star/wizards/common/FileAccess.java
+++ b/wizards/com/sun/star/wizards/common/FileAccess.java
@@ -47,7 +47,7 @@ import com.sun.star.document.XDocumentProperties;
  * XFileIdentifierConverter, saves the permanent
  * overhead of querying for those interfaces, and delivers
  * convenience methods for using them.
- * These Convenince methods include mainly Exception-handling.
+ * These Convenience methods include mainly Exception-handling.
  */
 public class FileAccess
 {
diff --git a/wizards/com/sun/star/wizards/common/FileAccess.py 
b/wizards/com/sun/star/wizards/common/FileAccess.py
index dc49ab05e914..b05fcb2c4b21 100644
--- a/wizards/com/sun/star/wizards/common/FileAccess.py
+++ b/wizards/com/sun/star/wizards/common/FileAccess.py
@@ -28,7 +28,7 @@ keeps a reference to an XSimpleFileAccess and an
 XFileIdentifierConverter, saves the permanent
 overhead of querying for those interfaces, and delivers
 convenience methods for using them.
-These Convenince methods include mainly Exception-handling.
+These Convenience methods include mainly Exception-handling.
 '''
 
 class FileAccess(object):
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to