summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par6.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-01 01:03:58 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-04-14 08:08:30 +0200
commit40cb28a7d564653e90cb1377e98c0c6f7a0eff6b (patch)
treeaabb6d634246ce6e129b426dc5cefbf3c4ff798f /sw/source/filter/ww8/ww8par6.cxx
parent00685f14577d3d25881b48458a15f1485a9ae7f6 (diff)
Fix typos
Change-Id: I981cfdf97d132afdd4d3729ec76b6a3f4c62909a Reviewed-on: https://gerrit.libreoffice.org/52210 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/filter/ww8/ww8par6.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 353e0226dad5..7431cd52e110 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -1792,7 +1792,7 @@ bToggelPos(false)
eSurround = css::text::WrapTextMode_PARALLEL;
/*
- #95905#, #83307# seems to have gone away now, so reenable parallel
+ #95905#, #83307# seems to have gone away now, so re-enable parallel
wrapping support for frames in headers/footers. I don't know if we truly
have an explicitly specified behaviour for these circumstances.
*/
@@ -2242,7 +2242,7 @@ SwTwips SwWW8ImplReader::MoveOutsideFly(SwFrameFormat *pFlyFormat,
aSize.SetHeight(MINLAY);
pFlyFormat->SetFormatAttr(aSize);
SwFormatHoriOrient aHori = pTableFormat->GetHoriOrient();
- // passing the table orientaion of
+ // passing the table orientation of
// LEFT_AND_WIDTH to the frame seems to
// work better than FULL, especially if the
// table width exceeds the page width, however