diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/docnum.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/text/inftxt.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/text/porlay.cxx | 4 | ||||
-rw-r--r-- | sw/source/core/text/txtftn.cxx | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/doc/docnum.cxx b/sw/source/core/doc/docnum.cxx index b4d652781b7f..32bfae2b4832 100644 --- a/sw/source/core/doc/docnum.cxx +++ b/sw/source/core/doc/docnum.cxx @@ -430,7 +430,7 @@ bool SwDoc::MoveOutlinePara( const SwPaM& rPam, short nOffset ) int nOutLineLevel = MAXLEVEL; SwNode* pSrch = &aSttRg.GetNode(); - if( pSrch->IsTextNode()) + if( pSrch->IsTextNode()) nOutLineLevel = static_cast<sal_uInt8>(pSrch->GetTextNode()->GetAttrOutlineLevel()-1); SwNode* pEndSrch = &aEndRg.GetNode(); if( !GetNodes().GetOutLineNds().Seek_Entry( pSrch, &nAktPos ) ) diff --git a/sw/source/core/text/inftxt.hxx b/sw/source/core/text/inftxt.hxx index f518c85ac3ca..02cc6dbf4724 100644 --- a/sw/source/core/text/inftxt.hxx +++ b/sw/source/core/text/inftxt.hxx @@ -721,7 +721,7 @@ class SwFontSave public: SwFontSave( const SwTextSizeInfo &rInf, SwFont *pFnt, SwAttrIter* pItr = nullptr ); - ~SwFontSave(); + ~SwFontSave(); }; inline sal_uInt16 SwTextSizeInfo::GetAscent() const diff --git a/sw/source/core/text/porlay.cxx b/sw/source/core/text/porlay.cxx index 062ac275801c..be55e849af9d 100644 --- a/sw/source/core/text/porlay.cxx +++ b/sw/source/core/text/porlay.cxx @@ -133,8 +133,8 @@ SwLineLayout::~SwLineLayout() SwLinePortion *SwLineLayout::Insert( SwLinePortion *pIns ) { - // First attribute change: copy mass and length from *pIns into the first - // text portion + // First attribute change: copy mass and length from *pIns into the first + // text portion if( !pPortion ) { if( GetLen() ) diff --git a/sw/source/core/text/txtftn.cxx b/sw/source/core/text/txtftn.cxx index 81cfb1470b4e..7d972ee4f760 100644 --- a/sw/source/core/text/txtftn.cxx +++ b/sw/source/core/text/txtftn.cxx @@ -1237,7 +1237,7 @@ public: const SwTextFootnote *pTextFootnote, const bool bApplyGivenScriptType, const SwFontScript nGivenScriptType ); - ~SwFootnoteSave(); + ~SwFootnoteSave(); }; SwFootnoteSave::SwFootnoteSave( const SwTextSizeInfo &rInf, |