summaryrefslogtreecommitdiff
path: root/include/svx/swframeexample.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/swframeexample.hxx')
-rw-r--r--include/svx/swframeexample.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/swframeexample.hxx b/include/svx/swframeexample.hxx
index 13c40fefd980..6ac7f6b31af5 100644
--- a/include/svx/swframeexample.hxx
+++ b/include/svx/swframeexample.hxx
@@ -66,10 +66,10 @@ class SVX_DLLPUBLIC SvxSwFrameExample : public vcl::Window
void CalcBoundRect_Impl(Rectangle &rRect);
Rectangle DrawInnerFrame_Impl(vcl::RenderContext& rRenderContext, const Rectangle &rRect, const Color &rFillColor, const Color &rBorderColor);
- virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle&) SAL_OVERRIDE;
- virtual Size GetOptimalSize() const SAL_OVERRIDE;
+ virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle&) override;
+ virtual Size GetOptimalSize() const override;
protected:
- virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE;
+ virtual void DataChanged( const DataChangedEvent& rDCEvt ) override;
public:
SvxSwFrameExample(vcl::Window* pParent, WinBits nStyle);