summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par6.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8par6.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 90dbe058d59d..8836d3026284 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -1748,7 +1748,7 @@ WW8SwFlyPara::WW8SwFlyPara( SwPaM& rPaM,
/*
#95905#, #83307# seems to have gone away now, so reenable parallel
wrapping support for frames in headers/footers. I don't know if we truly
- have an explictly specified behaviour for these circumstances.
+ have an explicitly specified behaviour for these circumstances.
*/
nHeight = rWW.nSp45;
@@ -2425,12 +2425,12 @@ void SwWW8ImplReader::StopApo()
stack of attributes normally only places them into the document when
the current insertion point has passed them by. Otherwise the end
point of the attribute gets pushed along with the insertion point. The
- insertion point is moved and the properties commited during
+ insertion point is moved and the properties committed during
MoveOutsideFly. We also may want to remove the final paragraph in the
frame, but we need to wait until the properties for that frame text
- have been commited otherwise they will be lost. So we first get a
+ have been committed otherwise they will be lost. So we first get a
handle to the last the filter inserted. After the attributes are
- commited, if that paragraph exists we join it with the para after it
+ committed, if that paragraph exists we join it with the para after it
that comes with the frame by default so that as normal we don't end up
with one more paragraph than we wanted.
*/
@@ -2765,7 +2765,7 @@ void SwWW8ImplReader::Read_BoldUsw( sal_uInt16 nId, const sal_uInt8* pData, shor
nI = nContigiousWestern; // The out of sequence western id
else
{
- // The contigious western ids
+ // The contiguous western ids
if (eVersion <= ww::eWW2)
nI = static_cast< sal_uInt8 >(nId - 60);
else if (eVersion < ww::eWW8)