diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-02-03 11:47:46 +0100 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-02-04 17:13:07 +0100 |
commit | 4887f113d3bb3ffaf7bd93e2e0dba13fdb11afee (patch) | |
tree | ab8a35587b7faf192b6ef912a9d5d25543da0c0c /sw/source | |
parent | e3ea88c6db5facde01ad0c46d8f9393c4db08c5c (diff) |
Fix typo
Change-Id: I7cc5e98fe967da00228c1540ac28a0074e6d5e4c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110344
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/ww8/wrtw8nds.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8atr.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8par.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
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)) |