summaryrefslogtreecommitdiff
path: root/sw/inc/expfld.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-06 22:41:09 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-06 22:41:48 +0100
commit9bbb7ca9f730217f872462086493ba281ad399f8 (patch)
tree4ce7e5a9aca68b8f7de0b3401b8fc91f3bf1a991 /sw/inc/expfld.hxx
parent1474d5c9c3274579efc9793614e830725b9384ca (diff)
Typo: formating -> formatting
Change-Id: If4aba89909a3ef049a756182c37d8a5d6812ae70
Diffstat (limited to 'sw/inc/expfld.hxx')
-rw-r--r--sw/inc/expfld.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/expfld.hxx b/sw/inc/expfld.hxx
index 65b9beb99120..af25a118ad99 100644
--- a/sw/inc/expfld.hxx
+++ b/sw/inc/expfld.hxx
@@ -103,14 +103,14 @@ public:
inline OUString GetExpStr() const;
inline void ChgExpStr(const OUString& rExpand);
- /// Called by formating.
+ /// Called by formatting.
inline bool IsInBodyTxt() const;
/// Set by UpdateExpFlds where node position is known.
inline void ChgBodyTxtFlag( bool bIsInBody );
/** For fields in header/footer/footnotes/flys:
- Only called by formating!! */
+ Only called by formatting!! */
void ChangeExpansion( const SwFrm&, const SwTxtFld& );
virtual OUString GetFieldName() const;
@@ -135,7 +135,7 @@ inline void SwGetExpField::ChgExpStr(const OUString& rExpand)
inline OUString SwGetExpField::GetExpStr() const
{ return sExpand; }
- /// Called by formating.
+ /// Called by formatting.
inline bool SwGetExpField::IsInBodyTxt() const
{ return bIsInBodyTxt; }