summaryrefslogtreecommitdiff
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
parent4cf7aa923d4e3ac551a6661798e9f9a9aabe7eeb (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>
-rwxr-xr-xios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift4
-rw-r--r--sw/source/core/inc/frame.hxx2
-rw-r--r--sw/source/core/layout/wsfrm.cxx2
-rw-r--r--sw/source/filter/html/htmltab.cxx2
4 files changed, 5 insertions, 5 deletions
diff --git a/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift b/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift
index a03ec08f38ef..bd7b868dcf80 100755
--- a/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift
+++ b/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift
@@ -12,7 +12,7 @@ import UIKit
// DocumentController is the main viewer in the app, it displayes the selected
// documents and holds a top entry to view the properties as well as a normal
// menu to handle global actions
-// It is a delegate class to recieve Menu events as well as file handling events
+// It is a delegate class to receive Menu events as well as file handling events
class DocumentController: UIViewController, MenuDelegate, UIDocumentBrowserViewControllerDelegate
{
// *** Handling of DocumentController
@@ -133,7 +133,7 @@ class DocumentController: UIViewController, MenuDelegate, UIDocumentBrowserViewC
// *** Handling of menu popover
- // the menu contain all globbal functions and use seque/delegate
+ // the menu contains all global functions and use seque/delegate
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;