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 4619f0d2ef61..a790b4283685 100644
--- a/include/svx/swframeexample.hxx
+++ b/include/svx/swframeexample.hxx
@@ -67,10 +67,10 @@ class SVX_DLLPUBLIC SvxSwFrameExample : public Window
Rectangle DrawInnerFrame_Impl(const Rectangle &rRect, const Color &rFillColor, const Color &rBorderColor);
void DrawRect_Impl(const Rectangle &rRect, const Color &rFillColor, const Color &rLineColor);
- virtual void Paint(const Rectangle&);
- virtual Size GetOptimalSize() const;
+ virtual void Paint(const Rectangle&) SAL_OVERRIDE;
+ virtual Size GetOptimalSize() const SAL_OVERRIDE;
protected:
- virtual void DataChanged( const DataChangedEvent& rDCEvt );
+ virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE;
public:
SvxSwFrameExample(Window* pParent, WinBits nStyle);