From 79497f458727a0dea983847fe9d3873bf9c2e972 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Tue, 24 Jan 2017 10:26:55 +0900 Subject: Fix typo in comments: absolut -> absolute Change-Id: I8aab9004001a9a2ddd54b4c73857b6f9c5b51515 Reviewed-on: https://gerrit.libreoffice.org/33486 Tested-by: Jenkins Reviewed-by: Takeshi Abe --- sw/source/core/text/guess.hxx | 2 +- sw/source/core/text/widorp.cxx | 2 +- sw/source/core/view/pagepreviewlayout.cxx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sw') diff --git a/sw/source/core/text/guess.hxx b/sw/source/core/text/guess.hxx index feea8afaeab0..83015503b6af 100644 --- a/sw/source/core/text/guess.hxx +++ b/sw/source/core/text/guess.hxx @@ -33,7 +33,7 @@ class SwTextGuess sal_Int32 nCutPos; // this character doesn't fit sal_Int32 nBreakStart; // start index of word containing line break sal_Int32 nBreakPos; // start index of break position - sal_Int32 nFieldDiff; // absolut positions can be wrong if we + sal_Int32 nFieldDiff; // absolute positions can be wrong if we // a field in the text has been expanded sal_uInt16 nBreakWidth; // width of the broken portion public: diff --git a/sw/source/core/text/widorp.cxx b/sw/source/core/text/widorp.cxx index 7514baaf9c53..763f116f240e 100644 --- a/sw/source/core/text/widorp.cxx +++ b/sw/source/core/text/widorp.cxx @@ -107,7 +107,7 @@ bool SwTextFrameBreak::IsInside( SwTextMargin &rLine ) const SwSwapIfSwapped swap(m_pFrame); SwRectFnSet aRectFnSet(m_pFrame); - // nOrigin is an absolut value, rLine referes to the swapped situation. + // nOrigin is an absolute value, rLine referes to the swapped situation. SwTwips nTmpY; if ( m_pFrame->IsVertical() ) diff --git a/sw/source/core/view/pagepreviewlayout.cxx b/sw/source/core/view/pagepreviewlayout.cxx index ddeebc4efb73..47c19d92e736 100644 --- a/sw/source/core/view/pagepreviewlayout.cxx +++ b/sw/source/core/view/pagepreviewlayout.cxx @@ -788,7 +788,7 @@ Point SwPagePreviewLayout::GetPreviewStartPosForNewScale( /** determines, if page with given page number is visible in preview - @note _nPageNum is absolut! + @note _nPageNum is absolute */ bool SwPagePreviewLayout::IsPageVisible( const sal_uInt16 _nPageNum ) const { @@ -1275,7 +1275,7 @@ void SwPagePreviewLayout::PaintSelectMarkAtPage(vcl::RenderContext& rRenderConte Perform paint for current selected page in order to unmark it. Set new selected page and perform paint to mark this page. - @note _nSelectedPage, mnSelectedPage are absolut + @note _nSelectedPage, mnSelectedPage are absolute */ void SwPagePreviewLayout::MarkNewSelectedPage( const sal_uInt16 _nSelectedPage ) { -- cgit