summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2014-11-10 15:05:25 +0100
committerNoel Grandin <noelgrandin@gmail.com>2014-11-12 11:04:11 +0000
commitda40cac540e7d735edbe9069b3c8ec6af4530208 (patch)
treef2abda7281129e13f588c77b18780a7090c8405f /sw/inc
parentbb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff)
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/SwNumberTree.hxx2
-rw-r--r--sw/inc/doc.hxx2
-rw-r--r--sw/inc/editsh.hxx2
-rw-r--r--sw/inc/fmthdft.hxx2
-rw-r--r--sw/inc/ndnotxt.hxx2
-rw-r--r--sw/inc/swtable.hxx2
-rw-r--r--sw/inc/viewsh.hxx2
7 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/SwNumberTree.hxx b/sw/inc/SwNumberTree.hxx
index ce938020c9aa..f9fe9b57c299 100644
--- a/sw/inc/SwNumberTree.hxx
+++ b/sw/inc/SwNumberTree.hxx
@@ -413,7 +413,7 @@ protected:
*/
mutable SwNumberTree::tSwNumTreeNumber mnNumber;
- // boolean indicating, that a node of a not counted parent node is continueing
+ // boolean indicating, that a node of a not counted parent node is continuing
// the numbering of parent's previous node sub tree.
// Example:
// 1. kshdkjfs
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 63c32b3fc97b..2de7b9990365 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -1446,7 +1446,7 @@ public:
const Link* pCallBack = 0 );
/** Adjust left margin via object bar (similar to adjustment of numerations).
- One can either change the margin "by" adding or substracting a given
+ One can either change the margin "by" adding or subtracting a given
offset or set it "to" this position (bModulus = true). */
void MoveLeftMargin( const SwPaM& rPam, bool bRight = true,
bool bModulus = true );
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 8221ff46ab99..a9813962a5fd 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -861,7 +861,7 @@ public:
inline const sfx2::LinkManager& GetLinkManager() const;
/** Adjust left margin via object bar (similar to adjustment of numerations).
- One can either change the margin "by" adding or substracting a given
+ One can either change the margin "by" adding or subtracting a given
offset or set it "to" this position @param (bModulus = true). */
bool IsMoveLeftMargin( bool bRight = true, bool bModulus = true ) const;
void MoveLeftMargin( bool bRight = true, bool bModulus = true );
diff --git a/sw/inc/fmthdft.hxx b/sw/inc/fmthdft.hxx
index ce2afbe6af59..5e0870c297dd 100644
--- a/sw/inc/fmthdft.hxx
+++ b/sw/inc/fmthdft.hxx
@@ -29,7 +29,7 @@ class IntlWrapper;
class SwFmt;
/** Header, for PageFormats
- Client of FrmFmt discribing the header. */
+ Client of FrmFmt describing the header. */
class SW_DLLPUBLIC SwFmtHeader: public SfxPoolItem, public SwClient
{
diff --git a/sw/inc/ndnotxt.hxx b/sw/inc/ndnotxt.hxx
index 26dfa94de0f1..23a9c05cc93a 100644
--- a/sw/inc/ndnotxt.hxx
+++ b/sw/inc/ndnotxt.hxx
@@ -34,7 +34,7 @@ class SW_DLLPUBLIC SwNoTxtNode : public SwCntntNode
bool bAutomaticContour : 1; // automatic contour polygon, not manipulated
bool bContourMapModeValid : 1; // contour map mode is not the graphics's
// preferred map mode, but either
- // MM100 or or pixel
+ // MM100 or pixel
bool bPixelContour : 1; // contour map mode is invalid and pixel.
// Creates for all derivations an AttrSet with ranges for frame- and
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx
index 709aaa4d5410..e0bab7383189 100644
--- a/sw/inc/swtable.hxx
+++ b/sw/inc/swtable.hxx
@@ -446,7 +446,7 @@ public:
bool IsNumberChanged() const;
// Is that a formula box or a box with numeric contents (AutoSum)?
- // What it is is indicated by the return value - the WhichId of the attribute.
+ // What it is indicated by the return value - the WhichId of the attribute.
// Empty boxes have the return value USHRT_MAX !!
sal_uInt16 IsFormulaOrValueBox() const;
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx
index 7a5af46ab5a9..da0d5d601cb1 100644
--- a/sw/inc/viewsh.hxx
+++ b/sw/inc/viewsh.hxx
@@ -154,7 +154,7 @@ class SW_DLLPUBLIC SwViewShell : public Ring
bool mbShowFooterSeparator:1; ///< Flag to say that we are showing the footer control
bool mbHeaderFooterEdit:1; ///< Flag to say that we are editing header or footer (according to the bShow(Header|Footer)Separator above)
- // boolean, indicating that class in in constructor.
+ // boolean, indicating that class in constructor.
bool mbInConstructor:1;
bool mbTiledRendering:1; ///< Set if we are doing the tiled rendering (using PaintTile()).