summaryrefslogtreecommitdiff
path: root/include/svx/ruler.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-27 18:12:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-27 18:12:18 +0100
commit567ef6d5782cdb729b49005caf6005610ce03e22 (patch)
tree7e3be1da41382e555d9091914ef7e064852a4fd4 /include/svx/ruler.hxx
parentc36daa01f444ebad799c1cc7a106f1b4bb3c3d12 (diff)
Second batch of adding SAL_OVERRIDE to overriding function declarations
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
Diffstat (limited to 'include/svx/ruler.hxx')
-rw-r--r--include/svx/ruler.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/svx/ruler.hxx b/include/svx/ruler.hxx
index a3705fecf66d..b4c6515eecdc 100644
--- a/include/svx/ruler.hxx
+++ b/include/svx/ruler.hxx
@@ -210,15 +210,15 @@ class SVX_DLLPUBLIC SvxRuler: public Ruler, public SfxListener
void UpdateParaContents_Impl(long lDiff, UpdateType = MOVE_ALL);
protected:
- virtual void Command( const CommandEvent& rCEvt );
- virtual void Click();
- virtual long StartDrag();
- virtual void Drag();
- virtual void EndDrag();
- virtual void ExtraDown();
- virtual void MouseMove( const MouseEvent& rMEvt );
-
- virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
+ virtual void Command( const CommandEvent& rCEvt ) SAL_OVERRIDE;
+ virtual void Click() SAL_OVERRIDE;
+ virtual long StartDrag() SAL_OVERRIDE;
+ virtual void Drag() SAL_OVERRIDE;
+ virtual void EndDrag() SAL_OVERRIDE;
+ virtual void ExtraDown() SAL_OVERRIDE;
+ virtual void MouseMove( const MouseEvent& rMEvt ) SAL_OVERRIDE;
+
+ virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) SAL_OVERRIDE;
virtual void Update();