summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-25 21:12:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-25 21:12:16 +0100
commit25d3c618d831036c08194610f188e4781c135cfc (patch)
treeff5adadb16effa6262ce65a030b7c673fe180a91 /sw
parent5584d73f2db413889347b4b3a1fcaf124db02b21 (diff)
Typo: formated->formatted
Change-Id: Iefd4d375a0dfb36732233852f906c6b85dccc2a5
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/IDocumentContentOperations.hxx4
-rw-r--r--sw/inc/dbfld.hxx2
-rw-r--r--sw/inc/doc.hxx2
-rw-r--r--sw/inc/fesh.hxx2
-rw-r--r--sw/inc/fldbas.hxx2
-rw-r--r--sw/inc/node.hxx2
-rw-r--r--sw/inc/swtable.hxx2
-rw-r--r--sw/source/core/layout/trvlfrm.cxx2
-rw-r--r--sw/source/core/text/widorp.cxx2
-rw-r--r--sw/source/filter/ww8/ww8par3.cxx2
10 files changed, 11 insertions, 11 deletions
diff --git a/sw/inc/IDocumentContentOperations.hxx b/sw/inc/IDocumentContentOperations.hxx
index 39f92650ea04..38c900a92825 100644
--- a/sw/inc/IDocumentContentOperations.hxx
+++ b/sw/inc/IDocumentContentOperations.hxx
@@ -188,11 +188,11 @@ public:
attribute is split, provided it makes sense.
Nodes, where this attribute does not make sense are ignored.
In nodes completely enclosed in the selection the attribute
- becomes hard-formated, in all other (text-) nodes the attribute
+ becomes hard-formatted, in all other (text-) nodes the attribute
is inserted into the attribute array.
For a character attribute, in cases where no selection exists
an "empty" hint is inserted. If there is a selection the attribute
- is hard-formated and added to the node at rRg.Start().
+ is hard-formatted and added to the node at rRg.Start().
If the attribute could not be inserted, the method returns
false.
*/
diff --git a/sw/inc/dbfld.hxx b/sw/inc/dbfld.hxx
index 9ee797c76f19..7df97ef6d9b0 100644
--- a/sw/inc/dbfld.hxx
+++ b/sw/inc/dbfld.hxx
@@ -54,7 +54,7 @@ public:
};
// Classes derived from SwFields. They overlay the expand-function.
-// Content is formated according to the format (if available).
+// Content is formatted according to the format (if available).
class SW_DLLPUBLIC SwDBField : public SwValueField
{
OUString aContent;
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 200449428be1..a096bbef7cbe 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -759,7 +759,7 @@ public:
void SetAllUniqueFlyNames();
/** Reset attributes. All TxtHints and (if completely selected) all hard-
- formated stuff (auto-formats) are removed.
+ formatted stuff (auto-formats) are removed.
Introduce new optional parameter <bSendDataChangedEvents> in order to
control, if the side effect "send data changed events" is triggered or not. */
void ResetAttrs( const SwPaM &rRg,
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index 03aca2b9712c..13587c691a16 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -121,7 +121,7 @@ enum ObjCntType
enum CurRectType
{
RECT_PAGE, ///< Rect of current page.
- RECT_PAGE_CALC, ///< ... page will be formated if required.
+ RECT_PAGE_CALC, ///< ... page will be formatted if required.
RECT_PAGE_PRT, ///< Rect of current PrtArea of page.
RECT_FRM, ///< Rect of current frame.
RECT_FLY_EMBEDDED, ///< Rect of current FlyFrm.
diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx
index 993abd1fca10..b43e4f9bf09e 100644
--- a/sw/inc/fldbas.hxx
+++ b/sw/inc/fldbas.hxx
@@ -378,7 +378,7 @@ inline sal_uInt32 SwField::GetFormat() const
inline sal_uInt16 SwField::GetLanguage() const
{ return nLang; }
- /// Fields containing values that have to be formated via number formatter.
+ /// Fields containing values that have to be formatted via number formatter.
class SwValueFieldType : public SwFieldType
{
SwDoc* pDoc;
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx
index 4013b2596915..4537fde88258 100644
--- a/sw/inc/node.hxx
+++ b/sw/inc/node.hxx
@@ -262,7 +262,7 @@ public:
table cells ... including anchor in case of frames or footnotes)? */
bool IsProtect() const;
- /** Search PageDesc with which this node is formated. If layout is existent
+ /** Search PageDesc with which this node is formatted. If layout is existent
search over layout, else only the hard way is left: search over the nodes
to the front!! */
const SwPageDesc* FindPageDesc( bool bCalcLay, sal_uInt32* pPgDescNdIdx = 0 ) const;
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx
index 751f52853c95..f20b88524a4b 100644
--- a/sw/inc/swtable.hxx
+++ b/sw/inc/swtable.hxx
@@ -436,7 +436,7 @@ public:
bool IsInHeadline( const SwTable* pTbl = 0 ) const;
- // Contains box contents, that can be formated as a number?
+ // Contains box contents, that can be formatted as a number?
bool HasNumCntnt( double& rNum, sal_uInt32& rFmtIndex,
bool& rIsEmptyTxtNd ) const;
sal_uLong IsValidNumTxtNd( bool bCheckAttr = true ) const;
diff --git a/sw/source/core/layout/trvlfrm.cxx b/sw/source/core/layout/trvlfrm.cxx
index 0598e5871214..33823251456c 100644
--- a/sw/source/core/layout/trvlfrm.cxx
+++ b/sw/source/core/layout/trvlfrm.cxx
@@ -1446,7 +1446,7 @@ void SwPageFrm::GetCntntPosition( const Point &rPt, SwPosition &rPos ) const
if( !pAct->IsValid() )
{
- // CntntFrm not formated -> always on node-beginning
+ // CntntFrm not formatted -> always on node-beginning
SwCntntNode* pCNd = (SwCntntNode*)pAct->GetNode();
OSL_ENSURE( pCNd, "Where is my CntntNode?" );
rPos.nNode = *pCNd;
diff --git a/sw/source/core/text/widorp.cxx b/sw/source/core/text/widorp.cxx
index 89ad3980d21c..305c6ddd9d2a 100644
--- a/sw/source/core/text/widorp.cxx
+++ b/sw/source/core/text/widorp.cxx
@@ -99,7 +99,7 @@ SwTxtFrmBreak::SwTxtFrmBreak( SwTxtFrm *pNewFrm, const SwTwips nRst )
* Master- and Follow-Frame:
* Example: If the first column is 3cm and the second is 4cm and
* Widows is set to 3, the decision if the Widows rule matches can not
- * be done until the Follow is formated. Unfortunately this is crucial
+ * be done until the Follow is formatted. Unfortunately this is crucial
* to decide if the whole paragraph goes to the next page or not.
*/
bool SwTxtFrmBreak::IsInside( SwTxtMargin &rLine ) const
diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx
index f8145e2951aa..f085e7feec19 100644
--- a/sw/source/filter/ww8/ww8par3.cxx
+++ b/sw/source/filter/ww8/ww8par3.cxx
@@ -2003,7 +2003,7 @@ void SwWW8ImplReader::Read_LFOPosition(sal_uInt16, const sal_uInt8* pData,
}
else if (SwTxtNode* pTxtNode = pPaM->GetNode().GetTxtNode())
{
- // here a paragraph is being directly formated
+ // here a paragraph is being directly formatted
// empty the numbering/list style applied to the current paragraph
SwNumRuleItem aEmptyRule( aEmptyOUStr );