summaryrefslogtreecommitdiff
path: root/include/svx/wrapfield.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/wrapfield.hxx')
-rw-r--r--include/svx/wrapfield.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/wrapfield.hxx b/include/svx/wrapfield.hxx
index ea7966a4afd0..02b4f961bccd 100644
--- a/include/svx/wrapfield.hxx
+++ b/include/svx/wrapfield.hxx
@@ -36,9 +36,9 @@ public:
protected:
/** Up event with wrap-around functionality. */
- virtual void Up();
+ virtual void Up() SAL_OVERRIDE;
/** Down event with wrap-around functionality. */
- virtual void Down();
+ virtual void Down() SAL_OVERRIDE;
};