summaryrefslogtreecommitdiff
path: root/include/svx/dialcontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/dialcontrol.hxx')
-rw-r--r--include/svx/dialcontrol.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx
index 46ca48af47eb..f66294fbebde 100644
--- a/include/svx/dialcontrol.hxx
+++ b/include/svx/dialcontrol.hxx
@@ -42,8 +42,8 @@ public:
void SetSize(const Size& rSize);
void CopyBackground( const DialControlBmp& rSrc );
void DrawBackground( const Size& rSize, bool bEnabled );
- virtual void DrawBackground();
- virtual void DrawElements( const OUString& rText, sal_Int32 nAngle );
+ void DrawBackground();
+ void DrawElements( const OUString& rText, sal_Int32 nAngle );
protected:
Rectangle maRect;
@@ -150,7 +150,7 @@ protected:
std::unique_ptr< DialControl_Impl > mpImpl;
virtual void HandleMouseEvent( const Point& rPos, bool bInitial );
- virtual void HandleEscapeEvent();
+ void HandleEscapeEvent();
void SetRotation( sal_Int32 nAngle, bool bBroadcast );