diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-07-03 10:05:58 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-07-03 10:06:39 +0200 |
commit | e9e61a4a7850ec7f2e0cf238c58794b021da5235 (patch) | |
tree | d0cca5416c568b1b0fab83a85e7d65a02b4e3932 /sw | |
parent | dd819b76b60df52e98d75993f9e69c22f2811de9 (diff) |
typo: therfore -> therefore
Change-Id: I9dcc0ce882dfd533d98a4f71625bb85e44084283
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/DocumentLayoutManager.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/xml/xmltbli.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/doc/DocumentLayoutManager.cxx b/sw/source/core/doc/DocumentLayoutManager.cxx index 14dc9ab54ced..13e50de4b859 100644 --- a/sw/source/core/doc/DocumentLayoutManager.cxx +++ b/sw/source/core/doc/DocumentLayoutManager.cxx @@ -343,7 +343,7 @@ SwFrameFormat *DocumentLayoutManager::CopyLayoutFormat( SwDoc* pSrcDoc = const_cast<SwDoc*>(rSource.GetDoc()); // May we copy this object? - // We may, unless it's 1) it's a control (and therfore a draw) + // We may, unless it's 1) it's a control (and therefore a draw) // 2) anchored in a header/footer // 3) anchored (to paragraph?) bool bMayNotCopy = false; diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx index bb451899c2ff..877a111b9cf1 100644 --- a/sw/source/filter/xml/xmltbli.cxx +++ b/sw/source/filter/xml/xmltbli.cxx @@ -2461,7 +2461,7 @@ void SwXMLTableContext::_MakeTable( SwTableBox *pBox ) // This happens only for percentage values for the table itself. // In this case, the columns get the correct width even if the // the sum of the relative withs is smaller than the available - // width in TWIP. Therfore, we can use the relative width. + // width in TWIP. Therefore, we can use the relative width. nWidth = nRelWidth > USHRT_MAX ? USHRT_MAX : nRelWidth; } if( nRelWidth != nWidth && nRelWidth && nCols ) |