diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-10-30 17:05:47 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-10-30 22:41:57 +0100 |
commit | 88a8a46df82b2a9cc88ffbabeec798f832906ade (patch) | |
tree | 99a10e5fe865456d8d380546afbb29d0210c4a50 /sw | |
parent | 4cf7aa923d4e3ac551a6661798e9f9a9aabe7eeb (diff) |
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')
-rw-r--r-- | sw/source/core/inc/frame.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/layout/wsfrm.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/html/htmltab.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
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; |