diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/SwNumberTree.hxx | 2 | ||||
-rw-r--r-- | sw/inc/doc.hxx | 2 | ||||
-rw-r--r-- | sw/inc/editsh.hxx | 2 | ||||
-rw-r--r-- | sw/inc/fmthdft.hxx | 2 | ||||
-rw-r--r-- | sw/inc/ndnotxt.hxx | 2 | ||||
-rw-r--r-- | sw/inc/swtable.hxx | 2 | ||||
-rw-r--r-- | sw/inc/viewsh.hxx | 2 |
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()). |