summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc')
-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
7 files changed, 8 insertions, 8 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;