diff options
-rw-r--r-- | framework/inc/helper/statusindicatorfactory.hxx | 6 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/util/_XReplaceable.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/util/_XSearchable.java | 2 | ||||
-rw-r--r-- | sc/source/filter/excel/exctools.cxx | 2 | ||||
-rw-r--r-- | sot/source/sdstor/stgio.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8par5.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8par6.cxx | 2 |
7 files changed, 9 insertions, 9 deletions
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; |