[Libreoffice-commits] core.git: drawinglayer/source filter/source forms/source lotuswordpro/source sal/qa svtools/source sw/source ucb/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Aug 29 09:44:37 UTC 2020


 drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx |    8 ++++----
 filter/source/xslt/common/measure_conversion.xsl           |    2 +-
 filter/source/xslt/export/uof/odf2uof_spreadsheet.xsl      |    2 +-
 filter/source/xslt/export/uof/odf2uof_text.xsl             |    2 +-
 filter/source/xslt/export/wordml/ooo2wordml_list.xsl       |    4 ++--
 filter/source/xslt/export/wordml/ooo2wordml_settings.xsl   |    4 ++--
 filter/source/xslt/import/uof/uof2odf_presentation.xsl     |    2 +-
 filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl      |    2 +-
 filter/source/xslt/import/uof/uof2odf_text.xsl             |    2 +-
 forms/source/inc/FormComponent.hxx                         |    4 ++--
 lotuswordpro/source/filter/lwpdrawobj.cxx                  |    2 +-
 lotuswordpro/source/filter/lwpdrawobj.hxx                  |    2 +-
 sal/qa/osl/pipe/osl_Pipe.cxx                               |    2 +-
 svtools/source/uno/unoimap.cxx                             |    4 ++--
 sw/source/core/doc/DocumentContentOperationsManager.cxx    |    2 +-
 sw/source/core/docnode/nodes.cxx                           |    2 +-
 ucb/source/ucp/gio/gio_content.cxx                         |    2 +-
 ucb/source/ucp/hierarchy/hierarchycontent.cxx              |    2 +-
 ucb/source/ucp/package/pkgcontent.cxx                      |    2 +-
 ucb/source/ucp/tdoc/tdoc_content.cxx                       |    2 +-
 ucb/source/ucp/webdav-neon/webdavcontent.cxx               |    2 +-
 ucb/source/ucp/webdav/webdavcontent.cxx                    |    2 +-
 22 files changed, 29 insertions(+), 29 deletions(-)

New commits:
commit 0775b90892f2a1cac269ae26cd63b1030f897e5c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Aug 28 14:50:03 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sat Aug 29 11:43:54 2020 +0200

    Fix typos
    
    Change-Id: I473956d570feac508e52a3e52cc26cc154f4dc56
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101627
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Jenkins

diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
index d20efe5eb01f..1498ddae3158 100644
--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
@@ -868,7 +868,7 @@ void VclMetafileProcessor2D::processBasePrimitive2D(const primitive2d::BasePrimi
         }
         case PRIMITIVE2D_ID_MODIFIEDCOLORPRIMITIVE2D:
         {
-            // modified color group. Force output to unified color. Use default pocessing.
+            // modified color group. Force output to unified color. Use default processing.
             RenderModifiedColorPrimitive2D(
                 static_cast<const primitive2d::ModifiedColorPrimitive2D&>(rCandidate));
             break;
@@ -887,7 +887,7 @@ void VclMetafileProcessor2D::processBasePrimitive2D(const primitive2d::BasePrimi
         }
         case PRIMITIVE2D_ID_TRANSFORMPRIMITIVE2D:
         {
-            // use default transform group pocessing
+            // use default transform group processing
             RenderTransformPrimitive2D(
                 static_cast<const primitive2d::TransformPrimitive2D&>(rCandidate));
             break;
@@ -901,14 +901,14 @@ void VclMetafileProcessor2D::processBasePrimitive2D(const primitive2d::BasePrimi
         }
         case PRIMITIVE2D_ID_MARKERARRAYPRIMITIVE2D:
         {
-            // use default marker array pocessing
+            // use default marker array processing
             RenderMarkerArrayPrimitive2D(
                 static_cast<const primitive2d::MarkerArrayPrimitive2D&>(rCandidate));
             break;
         }
         case PRIMITIVE2D_ID_POINTARRAYPRIMITIVE2D:
         {
-            // use default point array pocessing
+            // use default point array processing
             RenderPointArrayPrimitive2D(
                 static_cast<const primitive2d::PointArrayPrimitive2D&>(rCandidate));
             break;
diff --git a/filter/source/xslt/common/measure_conversion.xsl b/filter/source/xslt/common/measure_conversion.xsl
index 1d7eff89dd69..50f34e959544 100644
--- a/filter/source/xslt/common/measure_conversion.xsl
+++ b/filter/source/xslt/common/measure_conversion.xsl
@@ -55,7 +55,7 @@
 
 
      MEASURE LIST:
-     * 1 milimeter (mm), the basic measure
+     * 1 millimeter (mm), the basic measure
 
      * 1 centimeter (cm) = 10 mm
 
diff --git a/filter/source/xslt/export/uof/odf2uof_spreadsheet.xsl b/filter/source/xslt/export/uof/odf2uof_spreadsheet.xsl
index 95b38546a594..f1b9955c55e6 100644
--- a/filter/source/xslt/export/uof/odf2uof_spreadsheet.xsl
+++ b/filter/source/xslt/export/uof/odf2uof_spreadsheet.xsl
@@ -1163,7 +1163,7 @@
 
 
      MEASURE LIST:
-     * 1 milimeter (mm), the basic measure
+     * 1 millimeter (mm), the basic measure
 
      * 1 centimeter (cm) = 10 mm
 
diff --git a/filter/source/xslt/export/uof/odf2uof_text.xsl b/filter/source/xslt/export/uof/odf2uof_text.xsl
index ea5f9f65bc5a..4ca67c25690e 100644
--- a/filter/source/xslt/export/uof/odf2uof_text.xsl
+++ b/filter/source/xslt/export/uof/odf2uof_text.xsl
@@ -4377,7 +4377,7 @@
 
 
      MEASURE LIST:
-     * 1 milimeter (mm), the basic measure
+     * 1 millimeter (mm), the basic measure
 
      * 1 centimeter (cm) = 10 mm
 
diff --git a/filter/source/xslt/export/wordml/ooo2wordml_list.xsl b/filter/source/xslt/export/wordml/ooo2wordml_list.xsl
index 67337bc4eab3..4b30aef6823c 100644
--- a/filter/source/xslt/export/wordml/ooo2wordml_list.xsl
+++ b/filter/source/xslt/export/wordml/ooo2wordml_list.xsl
@@ -285,11 +285,11 @@
                 <w:nfc w:val="41"/>
             </xsl:when>
             <xsl:when test="$number-format = 'ㄱ, ㄴ, ㄷ, ...' or $number-format = '㉠, ㉡, ㉢, ...'">
-                <!-- mapping circled to uncirled -->
+                <!-- mapping circled to uncircled -->
                 <w:nfc w:val="25"/>
             </xsl:when>
             <xsl:when test='$number-format = "가, 나, 다, ..." or $number-format = "㉮, ㉯, ㉰, ..."'>
-                <!-- mapping circled to uncirled -->
+                <!-- mapping circled to uncircled -->
                 <w:nfc w:val="24"/>
             </xsl:when>
             <xsl:when test="$number-format ='أ, ب, ت, ...'">
diff --git a/filter/source/xslt/export/wordml/ooo2wordml_settings.xsl b/filter/source/xslt/export/wordml/ooo2wordml_settings.xsl
index 83a822c6d61a..c3ab20eebd4f 100644
--- a/filter/source/xslt/export/wordml/ooo2wordml_settings.xsl
+++ b/filter/source/xslt/export/wordml/ooo2wordml_settings.xsl
@@ -248,11 +248,11 @@
                 <w:numFmt w:val="korean-digital"/>
             </xsl:when>
             <xsl:when test="$number-format = 'ㄱ, ㄴ, ㄷ, ...' or $number-format = '㉠, ㉡, ㉢, ...'">
-                <!-- mapping circled to uncirled -->
+                <!-- mapping circled to uncircled -->
                 <w:numFmt w:val="chosung"/>
             </xsl:when>
             <xsl:when test="$number-format = '가, 나, 다, ...' or $number-format = '㉮, ㉯, ㉰, ...'">
-                <!-- mapping circled to uncirled -->
+                <!-- mapping circled to uncircled -->
                 <w:numFmt w:val="ganada"/>
             </xsl:when>
             <xsl:when test="$number-format = 'أ, ب, ت, ...'">
diff --git a/filter/source/xslt/import/uof/uof2odf_presentation.xsl b/filter/source/xslt/import/uof/uof2odf_presentation.xsl
index ee01cce8759b..1debe1ddec48 100644
--- a/filter/source/xslt/import/uof/uof2odf_presentation.xsl
+++ b/filter/source/xslt/import/uof/uof2odf_presentation.xsl
@@ -3078,7 +3078,7 @@
 
 
      MEASURE LIST:
-     * 1 milimeter (mm), the basic measure
+     * 1 millimeter (mm), the basic measure
 
      * 1 centimeter (cm) = 10 mm
 
diff --git a/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl b/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl
index 5188b9a9c900..725bc59db9cc 100644
--- a/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl
+++ b/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl
@@ -6109,7 +6109,7 @@
 
 
      MEASURE LIST:
-     * 1 milimeter (mm), the basic measure
+     * 1 millimeter (mm), the basic measure
 
      * 1 centimeter (cm) = 10 mm
 
diff --git a/filter/source/xslt/import/uof/uof2odf_text.xsl b/filter/source/xslt/import/uof/uof2odf_text.xsl
index 1ced5d0d0a34..162fa4c7f26f 100644
--- a/filter/source/xslt/import/uof/uof2odf_text.xsl
+++ b/filter/source/xslt/import/uof/uof2odf_text.xsl
@@ -3636,7 +3636,7 @@
 
 
      MEASURE LIST:
-     * 1 milimeter (mm), the basic measure
+     * 1 millimeter (mm), the basic measure
 
      * 1 centimeter (cm) = 10 mm
 
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index 1817c633ebe4..e13ef797f9fa 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -329,8 +329,8 @@ protected:
     bool                        m_bNativeLook;              // should the control use the native platform look?
     bool                        m_bGenerateVbEvents;        // should the control generate fake vba events
     //added for exporting OCX control
-    sal_Int16                       m_nControlTypeinMSO;        //keep the MS office control type for exporting to MS binarary file
-    sal_uInt16                      m_nObjIDinMSO;              //keep the OCX control obj id for exporting to MS binarary file
+    sal_Int16                       m_nControlTypeinMSO;        //keep the MS office control type for exporting to MS binary file
+    sal_uInt16                      m_nObjIDinMSO;              //keep the OCX control obj id for exporting to MS binary file
 // </properties>
 
 
diff --git a/lotuswordpro/source/filter/lwpdrawobj.cxx b/lotuswordpro/source/filter/lwpdrawobj.cxx
index 552bf7aab2ba..88f25d9a78e9 100644
--- a/lotuswordpro/source/filter/lwpdrawobj.cxx
+++ b/lotuswordpro/source/filter/lwpdrawobj.cxx
@@ -55,7 +55,7 @@
  ************************************************************************/
 /**
  * @file
- * Implementation file of LwpDrawObjcts and associated class like LwpDrawGroup, LwpDrawRectange
+ * Implementation file of LwpDrawObjcts and associated class like LwpDrawGroup, LwpDrawRectangle
  *  and so on.
  */
 #include <osl/thread.h>
diff --git a/lotuswordpro/source/filter/lwpdrawobj.hxx b/lotuswordpro/source/filter/lwpdrawobj.hxx
index c98daf8629cd..0ccf8c8f3388 100644
--- a/lotuswordpro/source/filter/lwpdrawobj.hxx
+++ b/lotuswordpro/source/filter/lwpdrawobj.hxx
@@ -55,7 +55,7 @@
  ************************************************************************/
 /**
  * @file
-  * The file declares the LwpDrawObjcts and associated class like LwpDrawGroup, LwpDrawRectange
+  * The file declares the LwpDrawObjcts and associated class like LwpDrawGroup, LwpDrawRectangle
  *  and so on.
  */
 
diff --git a/sal/qa/osl/pipe/osl_Pipe.cxx b/sal/qa/osl/pipe/osl_Pipe.cxx
index 395350f5f5e9..c34bb0448977 100644
--- a/sal/qa/osl/pipe/osl_Pipe.cxx
+++ b/sal/qa/osl/pipe/osl_Pipe.cxx
@@ -877,7 +877,7 @@ namespace osl_StreamPipe
                 thread_sleep( 1 );
                 myDataSourceThread.aListenPipe.close();
                 myDataSourceThread.join( );
-                //no condition judgement here, if the case could finish executing within 1 or 2 seconds, it passes.
+                //no condition judgment here, if the case could finish executing within 1 or 2 seconds, it passes.
             }
 
         CPPUNIT_TEST_SUITE( recv );
diff --git a/svtools/source/uno/unoimap.cxx b/svtools/source/uno/unoimap.cxx
index df35376832d9..c040767d3c63 100644
--- a/svtools/source/uno/unoimap.cxx
+++ b/svtools/source/uno/unoimap.cxx
@@ -529,7 +529,7 @@ public:
     virtual Type SAL_CALL getElementType(  ) override;
     virtual sal_Bool SAL_CALL hasElements(  ) override;
 
-    // XSerivceInfo
+    // XServiceInfo
     virtual OUString SAL_CALL getImplementationName(  ) override;
     virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override;
     virtual Sequence< OUString > SAL_CALL getSupportedServiceNames(  ) override;
@@ -652,7 +652,7 @@ sal_Bool SAL_CALL SvUnoImageMap::hasElements(  )
     return (!maObjectList.empty());
 }
 
-// XSerivceInfo
+// XServiceInfo
 OUString SAL_CALL SvUnoImageMap::getImplementationName(  )
 {
     return "org.openoffice.comp.svt.SvUnoImageMap";
diff --git a/sw/source/core/doc/DocumentContentOperationsManager.cxx b/sw/source/core/doc/DocumentContentOperationsManager.cxx
index 190c951708e6..de753f6fb7a2 100644
--- a/sw/source/core/doc/DocumentContentOperationsManager.cxx
+++ b/sw/source/core/doc/DocumentContentOperationsManager.cxx
@@ -4272,7 +4272,7 @@ bool DocumentContentOperationsManager::DeleteRangeImplImpl(SwPaM & rPam)
                 --nEnd; // account for deleted start node
             }
 
-            // delete the Nodes from the NodesArary
+            // delete the Nodes from the NodesArray
             m_rDoc.GetNodes().Delete( aSttIdx, nEnd - aSttIdx.GetIndex() );
         }
 
diff --git a/sw/source/core/docnode/nodes.cxx b/sw/source/core/docnode/nodes.cxx
index ab69f31e1360..14a93715772e 100644
--- a/sw/source/core/docnode/nodes.cxx
+++ b/sw/source/core/docnode/nodes.cxx
@@ -1616,7 +1616,7 @@ void SwNodes::MoveRange( SwPaM & rPam, SwPosition & rPos, SwNodes& rNodes )
 
     if( aEndIdx != aSttIdx )
     {
-        // move the nodes into the NodesArary
+        // move the nodes into the NodesArray
         const sal_uLong nSttDiff = aSttIdx.GetIndex() - pStt->nNode.GetIndex();
         SwNodeRange aRg( aSttIdx, aEndIdx );
         MoveNodes( aRg, rNodes, rPos.nNode );
diff --git a/ucb/source/ucp/gio/gio_content.cxx b/ucb/source/ucp/gio/gio_content.cxx
index 87c50d498fc5..f67ab4738abc 100644
--- a/ucb/source/ucp/gio/gio_content.cxx
+++ b/ucb/source/ucp/gio/gio_content.cxx
@@ -606,7 +606,7 @@ bool Content::exchangeIdentity( const css::uno::Reference< css::ucb::XContentIde
 
     OUString aOldURL = m_xIdentifier->getContentIdentifier();
 
-    // Exchange own identitity.
+    // Exchange own identity.
     if ( exchange( xNewId ) )
     {
         // Process instantiated children...
diff --git a/ucb/source/ucp/hierarchy/hierarchycontent.cxx b/ucb/source/ucp/hierarchy/hierarchycontent.cxx
index 6228f2bd9e07..ca0f8c7198b3 100644
--- a/ucb/source/ucp/hierarchy/hierarchycontent.cxx
+++ b/ucb/source/ucp/hierarchy/hierarchycontent.cxx
@@ -778,7 +778,7 @@ bool HierarchyContent::exchangeIdentity(
         return false;
     }
 
-    // Exchange own identitity.
+    // Exchange own identity.
 
     // Fail, if a content with given id already exists.
     if ( !hasData( xNewId ) )
diff --git a/ucb/source/ucp/package/pkgcontent.cxx b/ucb/source/ucp/package/pkgcontent.cxx
index 794e769fe661..7a7204978fda 100644
--- a/ucb/source/ucp/package/pkgcontent.cxx
+++ b/ucb/source/ucp/package/pkgcontent.cxx
@@ -1952,7 +1952,7 @@ bool Content::exchangeIdentity(
         return false;
     }
 
-    // Exchange own identitity.
+    // Exchange own identity.
 
     // Fail, if a content with given id already exists.
     PackageUri aNewUri( xNewId->getContentIdentifier() );
diff --git a/ucb/source/ucp/tdoc/tdoc_content.cxx b/ucb/source/ucp/tdoc/tdoc_content.cxx
index 089aaa8275ae..99e81dc7700f 100644
--- a/ucb/source/ucp/tdoc/tdoc_content.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_content.cxx
@@ -777,7 +777,7 @@ bool Content::exchangeIdentity(
         return false;
     }
 
-    // Exchange own identitity.
+    // Exchange own identity.
 
     // Fail, if a content with given id already exists.
     if ( !hasData( Uri( xNewId->getContentIdentifier() ) ) )
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
index 6967cc7b52c4..fd78627c146f 100644
--- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
@@ -3406,7 +3406,7 @@ bool Content::exchangeIdentity(
         return false;
     }
 
-    // Exchange own identitity.
+    // Exchange own identity.
 
     // Fail, if a content with given id already exists.
 //  if ( !hasData( xNewId ) )
diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx
index 6c0198199011..4cf298bdf471 100644
--- a/ucb/source/ucp/webdav/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav/webdavcontent.cxx
@@ -2884,7 +2884,7 @@ bool Content::exchangeIdentity(
         return false;
     }
 
-    // Exchange own identitity.
+    // Exchange own identity.
 
     // Fail, if a content with given id already exists.
 //  if ( !hasData( xNewId ) )


More information about the Libreoffice-commits mailing list