diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-19 00:00:46 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-19 07:19:35 +0100 |
commit | 8efd39be747c729a7f5b40cbca3e2a93585f9413 (patch) | |
tree | 7b5114af39a97964057c373d3ec2a2b6a706d5e2 /sw | |
parent | 9f3b61e51f7f9de11436b0e4eaec164f2656fbdd (diff) |
Fix typos
Change-Id: Ibffe19c1dfda9d0f4ba8d2a0761ad1222491007f
Reviewed-on: https://gerrit.libreoffice.org/46599
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/docbm.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/layout/trvlfrm.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/doc/docbm.cxx b/sw/source/core/doc/docbm.cxx index 5fe3a250da5d..87822dce5aa7 100644 --- a/sw/source/core/doc/docbm.cxx +++ b/sw/source/core/doc/docbm.cxx @@ -1325,7 +1325,7 @@ void DelBookmarks( // Copy all Redlines which are in the move area into an array // which holds all position information as offset. - // Assignement happens after moving. + // Assignment happens after moving. SwRedlineTable& rTable = pDoc->getIDocumentRedlineAccess().GetRedlineTable(); for(SwRangeRedline* pRedl : rTable) { diff --git a/sw/source/core/layout/trvlfrm.cxx b/sw/source/core/layout/trvlfrm.cxx index dfaa27bf2a03..04277f51db34 100644 --- a/sw/source/core/layout/trvlfrm.cxx +++ b/sw/source/core/layout/trvlfrm.cxx @@ -1593,7 +1593,7 @@ SwPageFrame* SwRootFrame::GetPageByPageNum( sal_uInt16 _nPageNum ) const } /** - * @return true, when the given physical pagenumber does't exist or this page is an empty page. + * @return true, when the given physical pagenumber doesn't exist or this page is an empty page. */ bool SwRootFrame::IsDummyPage( sal_uInt16 nPageNum ) const { |