diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-01-09 22:55:28 +0100 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2016-01-10 14:17:20 +0000 |
commit | 64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch) | |
tree | 772fc0f308549b9416fbcb06bce2bf0e0f5809cc /sw/inc | |
parent | d61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff) |
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
Reviewed-on: https://gerrit.libreoffice.org/21209
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/crsskip.hxx | 2 | ||||
-rw-r--r-- | sw/inc/editsh.hxx | 2 | ||||
-rw-r--r-- | sw/inc/fesh.hxx | 2 | ||||
-rw-r--r-- | sw/inc/ndtxt.hxx | 2 | ||||
-rw-r--r-- | sw/inc/swtypes.hxx | 2 | ||||
-rw-r--r-- | sw/inc/tblafmt.hxx | 2 | ||||
-rw-r--r-- | sw/inc/tox.hxx | 2 | ||||
-rw-r--r-- | sw/inc/viewsh.hxx | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/sw/inc/crsskip.hxx b/sw/inc/crsskip.hxx index a1ed1027eabf..97ec004df2ee 100644 --- a/sw/inc/crsskip.hxx +++ b/sw/inc/crsskip.hxx @@ -25,7 +25,7 @@ // define for cursor travelling normally in western text cells and chars do // the same, but in complex text cell skip over legatures and char skip // into it. -// These defines exist only to cut off the dependicies to I18N project. +// These defines exist only to cut off the dependencies to I18N project. const sal_uInt16 CRSR_SKIP_CHARS = 0; const sal_uInt16 CRSR_SKIP_CELLS = 1; const sal_uInt16 CRSR_SKIP_HIDDEN = 2; diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index f786d84a8d83..6a48ab001d9b 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -303,7 +303,7 @@ public: * GetXXX(i) returns i-th xxx (ERR_RAISE if beyond range!). * DelXXX(i) deletes i-th xxx (ERR_RAISE if beyond range!). * GetCurXXX() returns xxx that is valid at cursor or in ranges. - * returns 0, if not unanimuous. + * returns 0, if not unanimous. * SetXXX() sets xxx at cursor or in ranges. * MakeXXX() makes a xxx, derived from pDerivedFrom. */ diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index f0367287daf2..0c3f2ab1ae93 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -387,7 +387,7 @@ public: Point FindAnchorPos( const Point &rAbsPos, bool bMoveIt = false ); /** Determines whether a frame or its environment is vertically formatted and right-to-left. - also determines, if frame or its environmane is in mongolianlayout (vertical left-to-right) + also determines, if frame or its environment is in mongolianlayout (vertical left-to-right) - add output parameter <bVertL2R> */ bool IsFrameVertical(const bool bEnvironment, bool& bRightToLeft, bool& bVertL2R) const; diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx index 4a58a1e3560e..c603430c2e26 100644 --- a/sw/inc/ndtxt.hxx +++ b/sw/inc/ndtxt.hxx @@ -757,7 +757,7 @@ public: to economize notifications */ bool IsNotificationEnabled() const; - /// Checks a temporary notification blocker and the global conditons of IsNotificationEnabled() + /// Checks a temporary notification blocker and the global conditions of IsNotificationEnabled() bool IsNotifiable() const; void SetListRestart( bool bRestart ); diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx index 5d99dae0ce41..eb17dbe47156 100644 --- a/sw/inc/swtypes.hxx +++ b/sw/inc/swtypes.hxx @@ -256,7 +256,7 @@ enum PrepareHint PREP_POS_CHGD, // Position of Frame has changed. // (Check for Fly-break). In void* of Prepare() // a sal_Bool& is passed. If this is sal_True, - // it indicateds that a format has been executed. + // it indicates that a format has been executed. PREP_UL_SPACE, // UL-Space has changed, TextFrames have to // re-calculate line space. PREP_MUST_FIT, // Make frm fit (split) even if the attributes do diff --git a/sw/inc/tblafmt.hxx b/sw/inc/tblafmt.hxx index f08a5cdc3bcb..129e358053da 100644 --- a/sw/inc/tblafmt.hxx +++ b/sw/inc/tblafmt.hxx @@ -199,7 +199,7 @@ For example, in a 2x3 table, the 4 lines will be [0, 1, 1, 1]. In each line, the [0, 1, 2, 5]. As you can see, property extraction/application is lossless for tables that are 4x4 or smaller -(and in fact has a bit of redundnacy). For larger tables, we lose any individual cell formatting +(and in fact has a bit of redundancy). For larger tables, we lose any individual cell formatting for the range [(3,rows - 1) -> (3, cols - 1)]. That formatting is replaced by formatting from the saved cells: diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx index 89f117b22794..541df563bcc8 100644 --- a/sw/inc/tox.hxx +++ b/sw/inc/tox.hxx @@ -418,7 +418,7 @@ class SW_DLLPUBLIC SwTOXBase : public SwClient protected: // Add a data member, for record the TOC field expression of MS Word binary format - // For keeping fidality and may giving a better exporting performance + // For keeping fidelity and may giving a better exporting performance OUString maMSTOCExpression; bool mbKeepExpression; diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index bd1a0b5457ea..7069de10e2cf 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -124,7 +124,7 @@ class SW_DLLPUBLIC SwViewShell : public sw::Ring<SwViewShell> VclPtr<vcl::Window> mpWin; ///< = 0 during printing or pdf export VclPtr<OutputDevice> mpOut; ///< Window, Printer, VirtDev, ... - VclPtr<OutputDevice> mpTmpRef; // Temporariy reference device. Is used + VclPtr<OutputDevice> mpTmpRef; // Temporary reference device. Is used // during (printer depending) prospect // and page preview printing // (because a scaling has to be set at |