diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-11-23 21:48:00 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-11-23 21:49:02 +0100 |
commit | 480a0ef7c1c760385594b09a39e0aa95a7cb0a99 (patch) | |
tree | 921ee0ee745724dc9b458e1e31716a1192e6e644 /sw | |
parent | f86769904747a89bcd7e81ad0d859f38175822c3 (diff) |
rigth -> right (other occurences)
Change-Id: Ic899aa36b1b18237f90295eaa04ea83450958c87
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/laycache.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/docxattributeoutput.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/layout/laycache.cxx b/sw/source/core/layout/laycache.cxx index 9b9f6940c019..06598c1cf640 100644 --- a/sw/source/core/layout/laycache.cxx +++ b/sw/source/core/layout/laycache.cxx @@ -483,7 +483,7 @@ SwActualSection::SwActualSection( SwActualSection *pUp, /* * SwLayHelper * is the helper class, which utilizes the layout cache information - * to distribute the document content to the rigth pages. + * to distribute the document content to the right pages. * It's used by the _InsertCnt(..)-function. * If there's no layout cache, the distibution to the pages is more * a guess, but a guess with statistical background. diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index e21be5b8e02e..5780aff2c9fa 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -243,7 +243,7 @@ void DocxAttributeOutput::StartParagraph( ww8::WW8TableNodeInfo::Pointer_t pText if ( nRow == 0 && nCell == 0 ) { // Do we have to start the table? - // [If we are at the rigth depth already, it means that we + // [If we are at the right depth already, it means that we // continue the table cell] sal_uInt32 nCurrentDepth = pTextNodeInfo->getDepth(); |