summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-01-24 10:26:55 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2017-01-24 03:10:14 +0000
commit79497f458727a0dea983847fe9d3873bf9c2e972 (patch)
tree101c672a5320254b05cdfb75cacb48ae8730d04e /sw
parentc2850bab4f7e5700151a18d806268f2b86a25d56 (diff)
Fix typo in comments: absolut -> absolute
Change-Id: I8aab9004001a9a2ddd54b4c73857b6f9c5b51515 Reviewed-on: https://gerrit.libreoffice.org/33486 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/text/guess.hxx2
-rw-r--r--sw/source/core/text/widorp.cxx2
-rw-r--r--sw/source/core/view/pagepreviewlayout.cxx4
3 files changed, 4 insertions, 4 deletions
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 )
{