[Libreoffice-commits] core.git: framework/inc qadevOOo/tests sc/source sot/source sw/source

Andrea Gelmini andrea.gelmini at gelma.net
Thu Jun 15 14:44:35 UTC 2017


 framework/inc/helper/statusindicatorfactory.hxx |    6 +++---
 qadevOOo/tests/java/ifc/util/_XReplaceable.java |    2 +-
 qadevOOo/tests/java/ifc/util/_XSearchable.java  |    2 +-
 sc/source/filter/excel/exctools.cxx             |    2 +-
 sot/source/sdstor/stgio.cxx                     |    2 +-
 sw/source/filter/ww8/ww8par5.cxx                |    2 +-
 sw/source/filter/ww8/ww8par6.cxx                |    2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit f1ff61ff057e29cb82d425e0b641f7ad6f01bab4
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Wed Jun 14 18:16:56 2017 +0200

    Fix typos
    
    Change-Id: Iea1f82e95c37bdf778941a568d61f17f179f838d
    Reviewed-on: https://gerrit.libreoffice.org/38795
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx
index 6a4737fa600a..6424c292d9ba 100644
--- a/framework/inc/helper/statusindicatorfactory.hxx
+++ b/framework/inc/helper/statusindicatorfactory.hxx
@@ -105,11 +105,11 @@ struct IndicatorInfo
             m_xIndicator.clear();
         }
 
-        /** @short  Used to locate an info struct inside a stl structure ...
+        /** @short  Used to locate an info struct inside a stl structure...
 
             @descr  The indicator object itself is used as key. Its values
-                    are not interesting then. Because mor then one child
-                    indicator can use the same values ...
+                    are not interesting then. Because more then one child
+                    indicator can use the same values...
          */
         bool operator==(const css::uno::Reference< css::task::XStatusIndicator >& xIndicator)
         {
diff --git a/qadevOOo/tests/java/ifc/util/_XReplaceable.java b/qadevOOo/tests/java/ifc/util/_XReplaceable.java
index e530d5911054..db80a4ed3091 100644
--- a/qadevOOo/tests/java/ifc/util/_XReplaceable.java
+++ b/qadevOOo/tests/java/ifc/util/_XReplaceable.java
@@ -34,7 +34,7 @@ import com.sun.star.util.XSearchDescriptor;
  * </ul> <p>
  *
  * The requipment for the tested object is that it
- * <b>must containt</b> string 'xTextDoc'. Only
+ * <b>must contain</b> string 'xTextDoc'. Only
  * in that case this interface is tested correctly. <p>
  *
  * Test is <b> NOT </b> multithread compliant. <p>
diff --git a/qadevOOo/tests/java/ifc/util/_XSearchable.java b/qadevOOo/tests/java/ifc/util/_XSearchable.java
index 9e168c6fa387..5c0f6789a159 100644
--- a/qadevOOo/tests/java/ifc/util/_XSearchable.java
+++ b/qadevOOo/tests/java/ifc/util/_XSearchable.java
@@ -36,7 +36,7 @@ import com.sun.star.util.XSearchable;
  * </ul> <p>
  *
  * The requipment for the tested object is that it
- * <b>must containt</b> string 'xTextDoc'. Only
+ * <b>must contain</b> string 'xTextDoc'. Only
  * in that case this interface is tested correctly. <p>
  *
  * Test is <b> NOT </b> multithread compliant. <p>
diff --git a/sc/source/filter/excel/exctools.cxx b/sc/source/filter/excel/exctools.cxx
index a438f0927ab5..18a1f72ca2aa 100644
--- a/sc/source/filter/excel/exctools.cxx
+++ b/sc/source/filter/excel/exctools.cxx
@@ -187,7 +187,7 @@ ExcScenario::ExcScenario( XclImpStream& rIn, const RootData& rR )
     rIn.Ignore( 1 );                // Hide
     nName = rIn.ReaduInt8();
     nComment = rIn.ReaduInt8();
-    rIn.Ignore( 1 );       // statt nUser!
+    rIn.Ignore( 1 );       // instead of nUser!
 
     if( nName )
         aName = rIn.ReadUniString( nName );
diff --git a/sot/source/sdstor/stgio.cxx b/sot/source/sdstor/stgio.cxx
index b6a704340c28..c5d92be67590 100644
--- a/sot/source/sdstor/stgio.cxx
+++ b/sot/source/sdstor/stgio.cxx
@@ -311,7 +311,7 @@ FatError Validator::ValidateDirectoryEntries()
     if ( !rIo.m_pTOC )
         return FatError::InMemoryError;
 
-    // Normale DirEntries
+    // Normal DirEntries
     FatError nErr = MarkAll( rIo.m_pTOC->GetRoot() );
     if( nErr != FatError::Ok )
         return nErr;
diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx
index b57a114ce676..67e7eb60a501 100644
--- a/sw/source/filter/ww8/ww8par5.cxx
+++ b/sw/source/filter/ww8/ww8par5.cxx
@@ -3165,7 +3165,7 @@ eF_ResT SwWW8ImplReader::Read_F_Tox( WW8FieldDesc* pF, OUString& rStr )
                             // Levels count from 1
                             // Level 0 is reserved for CAPTION
 
-                            // Remove pagenumber and if neccessary the tab in front of it:
+                            // Remove pagenumber and if necessary the tab in front of it:
                             FormTokenType eType;
                             // -> #i21237#
                             SwFormTokens aPattern = aForm.GetPattern(nLevel);
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 508245c17fc2..e80a66cf1617 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -374,7 +374,7 @@ bool wwSectionManager::SetCols(SwFrameFormat &rFormat, const wwSection &rSection
 
 void wwSectionManager::SetLeftRight(wwSection &rSection)
 {
-    // 3. LR-Raender
+    // 3. LR-Margin
     sal_uInt32 nWWLe = MSRoundTweak(rSection.maSep.dxaLeft);
     sal_uInt32 nWWRi = MSRoundTweak(rSection.maSep.dxaRight);
     sal_uInt32 nWWGu = rSection.maSep.dzaGutter;


More information about the Libreoffice-commits mailing list