summaryrefslogtreecommitdiff
path: root/sw/inc/postithelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/postithelper.hxx')
-rw-r--r--sw/inc/postithelper.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx
index cfd3fb0472d9..837d447f7d34 100644
--- a/sw/inc/postithelper.hxx
+++ b/sw/inc/postithelper.hxx
@@ -136,13 +136,13 @@ public:
{
}
- virtual SwPosition GetAnchorPosition() const;
- virtual bool UseElement();
- virtual const SwFmtFld& GetFmtFld() const
+ virtual SwPosition GetAnchorPosition() const SAL_OVERRIDE;
+ virtual bool UseElement() SAL_OVERRIDE;
+ virtual const SwFmtFld& GetFmtFld() const SAL_OVERRIDE
{
return mrFmtFld;
}
- virtual const SfxBroadcaster* GetBroadCaster() const
+ virtual const SfxBroadcaster* GetBroadCaster() const SAL_OVERRIDE
{
return dynamic_cast<const SfxBroadcaster *> (&mrFmtFld);
}
@@ -150,7 +150,7 @@ public:
SwEditWin& rEditWin,
WinBits nBits,
SwPostItMgr& aMgr,
- SwPostItBits aBits );
+ SwPostItBits aBits ) SAL_OVERRIDE;
private:
SwFmtFld& mrFmtFld;