summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/cellfml.hxx2
-rw-r--r--sw/inc/dcontact.hxx2
-rw-r--r--sw/inc/drawdoc.hxx2
-rw-r--r--sw/inc/format.hxx4
-rw-r--r--sw/inc/frmfmt.hxx2
-rw-r--r--sw/inc/shellio.hxx2
6 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/cellfml.hxx b/sw/inc/cellfml.hxx
index 9e6523ca4919..9f06a1afbb3a 100644
--- a/sw/inc/cellfml.hxx
+++ b/sw/inc/cellfml.hxx
@@ -92,7 +92,7 @@ protected:
// find the node in which the formula is located
// TextFeld -> TextNode,
// BoxAttribut -> BoxStartNode
- // !!! has to be overloaded by every derivation !!!
+ // !!! every derived class must override this !!!
virtual const SwNode* GetNodeOfFormula() const = 0;
SwTableFormula( const OUString& rFormula );
diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx
index 5dcc8ca3e691..fedf84454b19 100644
--- a/sw/inc/dcontact.hxx
+++ b/sw/inc/dcontact.hxx
@@ -272,7 +272,7 @@ class SwDrawVirtObj : public SdrVirtObj
virtual void NbcSetAnchorPos(const Point& rPnt) SAL_OVERRIDE;
- /// All overloaded methods which need to use the offset
+ /// All overridden methods which need to use the offset
virtual void RecalcBoundRect() SAL_OVERRIDE;
virtual ::basegfx::B2DPolyPolygon TakeXorPoly() const SAL_OVERRIDE;
virtual ::basegfx::B2DPolyPolygon TakeContour() const SAL_OVERRIDE;
diff --git a/sw/inc/drawdoc.hxx b/sw/inc/drawdoc.hxx
index 2bc65c6c0362..6afd3fd042fe 100644
--- a/sw/inc/drawdoc.hxx
+++ b/sw/inc/drawdoc.hxx
@@ -43,7 +43,7 @@ public:
virtual SdrLayerID GetControlExportLayerId( const SdrObject & ) const SAL_OVERRIDE;
protected:
- /// overload of <SdrModel::createUnoModel()> is needed to provide corresponding uno model.
+ /// override of <SdrModel::createUnoModel()> is needed to provide corresponding uno model.
virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoModel() SAL_OVERRIDE;
};
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx
index 321bd8846dee..6fe3f0a76c11 100644
--- a/sw/inc/format.hxx
+++ b/sw/inc/format.hxx
@@ -311,7 +311,7 @@ public:
/** SwFmt::IsBackgroundTransparent
Virtual method to determine, if background of format is transparent.
- Default implementation returns false. Thus, subclasses have to overload
+ Default implementation returns false. Thus, subclasses have to override
method, if the specific subclass can have a transparent background.
@author OD
@@ -323,7 +323,7 @@ public:
/** SwFmt::IsShadowTransparent
Virtual method to determine, if shadow of format is transparent.
- Default implementation returns false. Thus, subclasses have to overload
+ Default implementation returns false. Thus, subclasses have to override
method, if the specific subclass can have a transparent shadow.
@author OD
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx
index e4c6e58b61ad..84baec5e1a86 100644
--- a/sw/inc/frmfmt.hxx
+++ b/sw/inc/frmfmt.hxx
@@ -197,7 +197,7 @@ public:
/** SwFlyFrmFmt::IsBackgroundTransparent
- Overloading virtual method and its default implementation,
+ Override virtual method and its default implementation,
because format of fly frame provides transparent backgrounds.
Method determines, if background of fly frame is transparent.
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index 6b97b2f739e3..b7b33e258f11 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -263,7 +263,7 @@ private:
virtual sal_uLong Read(SwDoc &, const OUString& rBaseURL, SwPaM &, const OUString &)=0;
// Everyone who does not need the streams / storages open
- // has to overload the method (W4W!!).
+ // has to override the method (W4W!!).
virtual bool SetStrmStgPtr();
};