From 88a8a46df82b2a9cc88ffbabeec798f832906ade Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 30 Oct 2017 17:05:47 +0100 Subject: Fix typos Change-Id: I46901a54c204d5d2848316e80cbf7b867b4a712b Reviewed-on: https://gerrit.libreoffice.org/44065 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- sw/source/core/inc/frame.hxx | 2 +- sw/source/core/layout/wsfrm.cxx | 2 +- sw/source/filter/html/htmltab.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/source') diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx index a46a50bf8326..a4c6b284cb0f 100644 --- a/sw/source/core/inc/frame.hxx +++ b/sw/source/core/inc/frame.hxx @@ -116,7 +116,7 @@ namespace drawinglayer { namespace attribute { typedef std::shared_ptr< SdrAllFillAttributesHelper > SdrAllFillAttributesHelperPtr; }} -/// Helper class to isolate gerometry-defining members of SwFrame +/// Helper class to isolate geometry-defining members of SwFrame /// and to control their accesses. Moved to own class to have no /// hidden accesses to 'private' members anymore class SW_DLLPUBLIC SwFrameRect 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); diff --git a/sw/source/filter/html/htmltab.cxx b/sw/source/filter/html/htmltab.cxx index 0f4e97213912..f53e93fe3ec8 100644 --- a/sw/source/filter/html/htmltab.cxx +++ b/sw/source/filter/html/htmltab.cxx @@ -474,7 +474,7 @@ class HTMLTable // Create a table with the content (lines/boxes) void MakeTable_( SwTableBox *pUpper ); - // Gernerate a new SwTableBox, which contains a SwStartNode + // Generate a new SwTableBox, which contains a SwStartNode SwTableBox *NewTableBox( const SwStartNode *pStNd, SwTableLine *pUpper ) const; -- cgit