summaryrefslogtreecommitdiff
path: root/include/svx/orienthelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/orienthelper.hxx')
-rw-r--r--include/svx/orienthelper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/orienthelper.hxx b/include/svx/orienthelper.hxx
index 44e69a0d9293..7401b9153c6c 100644
--- a/include/svx/orienthelper.hxx
+++ b/include/svx/orienthelper.hxx
@@ -100,11 +100,11 @@ class SVX_DLLPUBLIC OrientStackedWrapper : public sfx::SingleControlWrapper< Ori
public:
explicit OrientStackedWrapper( OrientationHelper& rOrientHlp );
- virtual bool IsControlDontKnow() const;
- virtual void SetControlDontKnow( bool bSet );
+ virtual bool IsControlDontKnow() const SAL_OVERRIDE;
+ virtual void SetControlDontKnow( bool bSet ) SAL_OVERRIDE;
- virtual bool GetControlValue() const;
- virtual void SetControlValue( bool bValue );
+ virtual bool GetControlValue() const SAL_OVERRIDE;
+ virtual void SetControlValue( bool bValue ) SAL_OVERRIDE;
};