sc/source/filter/excel/impop.cxx  |    2 +-
 sd/source/filter/eppt/epptso.cxx  |    2 +-
 starmath/source/mathtype.cxx      |    2 +-
 starmath/source/ooxmlexport.cxx   |    2 +-
 sw/source/filter/ww8/wrtw8nds.cxx |    2 +-
 sw/source/filter/ww8/ww8atr.cxx   |    2 +-
 sw/source/filter/ww8/ww8par.cxx   |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 4887f113d3bb3ffaf7bd93e2e0dba13fdb11afee
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Feb 3 11:47:46 2021 +0100
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Thu Feb 4 17:13:07 2021 +0100

    Fix typo
    
    Change-Id: I7cc5e98fe967da00228c1540ac28a0074e6d5e4c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110344
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/sc/source/filter/excel/impop.cxx b/sc/source/filter/excel/impop.cxx
index abb1e8934758..b834ecb8ed46 100644
--- a/sc/source/filter/excel/impop.cxx
+++ b/sc/source/filter/excel/impop.cxx
@@ -487,7 +487,7 @@ void ImportExcel::Columndefault()
     for( sal_uInt16 nCol = nColMic ; nCol <= nColMac ; nCol++ )
     {
         nOpt0 = aIn.ReaduInt8();
-        aIn.Ignore( 2 );   // only 0. Attribut-Byte used
+        aIn.Ignore( 2 );   // only 0. Attribute-Byte used
 
         if( nOpt0 & 0x80 )  // Col hidden?
             pColRowBuff->HideCol( nCol );
diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx
index 0c5ab79f3c82..c42848ae4aff 100644
--- a/sd/source/filter/eppt/epptso.cxx
+++ b/sd/source/filter/eppt/epptso.cxx
@@ -709,7 +709,7 @@ void PPTWriter::ImplWriteParagraphs( SvStream& rOut, 
TextObj& rTextObj )
 
         rOut.WriteUInt32( nCharCount )
             .WriteUInt16( pPara->nDepth )       // Level
-            .WriteUInt32( nPropertyFlags );     // Paragraph Attribut Set
+            .WriteUInt32( nPropertyFlags );     // Paragraph Attribute Set
 
         if ( nPropertyFlags & 0xf )
             rOut.WriteInt16( nBulletFlags );
diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx
index fc6529e53d6f..4bf9bcf0a7e2 100644
--- a/starmath/source/mathtype.cxx
+++ b/starmath/source/mathtype.cxx
@@ -3304,7 +3304,7 @@ void MathType::HandleText(SmNode *pNode)
         //central mathtype character so that it does pretty much
         //what the user probably has in mind. The attributes
         //filled in here are dummy ones which are replaced in the
-        //ATTRIBUT handler if a suitable location for the
+        //ATTRIBUTE handler if a suitable location for the
         //attributes was found here. Unfortunately it is
         //possible for starmath to place character attributes on
         //entities which cannot occur in mathtype e.g. a Summation
diff --git a/starmath/source/ooxmlexport.cxx b/starmath/source/ooxmlexport.cxx
index ba1b7b34c2da..984447a35f24 100644
--- a/starmath/source/ooxmlexport.cxx
+++ b/starmath/source/ooxmlexport.cxx
@@ -147,7 +147,7 @@ void SmOoxmlExport::HandleText( const SmNode* pNode, int 
/*nLevel*/)
         //central mathtype character so that it does pretty much
         //what the user probably has in mind. The attributes
         //filled in here are dummy ones which are replaced in the
-        //ATTRIBUT handler if a suitable location for the
+        //ATTRIBUTE handler if a suitable location for the
         //attributes was found here. Unfortunately it is
         //possible for starmath to place character attributes on
         //entities which cannot occur in mathtype e.g. a Summation
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx 
b/sw/source/filter/ww8/wrtw8nds.cxx
index 77cdab41e879..12066cc8697a 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -1248,7 +1248,7 @@ void WW8AttributeOutput::FieldVanish( const OUString& 
rText, ww::eField /*eType*
 
     sal_uInt16 nStt_sprmCFSpec = aItems.size();
 
-    // sprmCFSpec --  fSpec-Attribut true
+    // sprmCFSpec --  fSpec-Attribute true
     SwWW8Writer::InsUInt16( aItems, 0x855 );
     aItems.push_back( 1 );
 
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index a536d444c5c3..7d9a00391858 100644
--- a/sw/source/filter/ww8/ww8atr.cxx
+++ b/sw/source/filter/ww8/ww8atr.cxx
@@ -3397,7 +3397,7 @@ void WW8Export::WriteFootnoteBegin( const 
SwFormatFootnote& rFootnote, ww::bytes
     SwWW8Writer::InsUInt16( aAttrArr, NS_sprm::CIstd::val );
     SwWW8Writer::InsUInt16( aAttrArr, GetId( pCFormat ) );
 
-                                                // fSpec-Attribut true
+                                                // fSpec-Attribute true
                             // For Auto-Number a special character must go
                             // into the text and therefore a fSpec attribute
     m_pChpPlc->AppendFkpEntry( Strm().Tell() );
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 3bb0686b2d85..ea9e4a42d728 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -3835,7 +3835,7 @@ void 
SwWW8ImplReader::ProcessCurrentCollChange(WW8PLCFManResult& rRes,
         // Frame/Table/Autonumbering List Level
         bTabRowEnd = ProcessSpecial(bReSync, rRes.nCurrentCp + 
m_xPlcxMan->GetCpOfs());
         if( bReSync )
-            *pStartAttr = m_xPlcxMan->Get( &rRes ); // Get Attribut-Pos again
+            *pStartAttr = m_xPlcxMan->Get( &rRes ); // Get Attribute-Pos again
     }
 
     if (!bTabRowEnd && StyleExists(m_nCurrentColl))
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to