summaryrefslogtreecommitdiffstats
path: root/sw/source/core/layout/wsfrm.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-10-30 17:05:47 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-10-30 22:41:57 +0100
commit88a8a46df82b2a9cc88ffbabeec798f832906ade (patch)
tree99a10e5fe865456d8d380546afbb29d0210c4a50 /sw/source/core/layout/wsfrm.cxx
parentadd numbering provider to services (diff)
downloadcore-88a8a46df82b2a9cc88ffbabeec798f832906ade.tar.gz
core-88a8a46df82b2a9cc88ffbabeec798f832906ade.zip
Fix typos
Change-Id: I46901a54c204d5d2848316e80cbf7b867b4a712b Reviewed-on: https://gerrit.libreoffice.org/44065 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sw/source/core/layout/wsfrm.cxx')
-rw-r--r--sw/source/core/layout/wsfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx
index 7315468feac9..a280697f3257 100644
--- a/sw/source/core/layout/wsfrm.cxx
+++ b/sw/source/core/layout/wsfrm.cxx
@@ -1181,7 +1181,7 @@ void SwLayoutFrame::Cut()
{
const SwTwips nOldHeight = aRectFnSet.GetHeight(getSwFrame());
- // seems as if this needs to be frowarded to the SwFrame already here,
+ // seems as if this needs to be forwarded to the SwFrame already here,
// changing to zero seems temporary anyways
{
SwFrameRect::FrameWriteAccess aFrm(*this);