summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/inc/unotools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/inc/unotools.hxx')
-rw-r--r--sw/source/core/uibase/inc/unotools.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/uibase/inc/unotools.hxx b/sw/source/core/uibase/inc/unotools.hxx
index e821ec97dd97..480590135b64 100644
--- a/sw/source/core/uibase/inc/unotools.hxx
+++ b/sw/source/core/uibase/inc/unotools.hxx
@@ -41,9 +41,9 @@ class SwFrmCtrlWindow : public VclEventBox
public:
SwFrmCtrlWindow(Window* pParent, SwOneExampleFrame* pFrame);
- virtual void Command( const CommandEvent& rCEvt );
- virtual Size GetOptimalSize() const;
- virtual void Resize();
+ virtual void Command( const CommandEvent& rCEvt ) SAL_OVERRIDE;
+ virtual Size GetOptimalSize() const SAL_OVERRIDE;
+ virtual void Resize() SAL_OVERRIDE;
};
class MenuResource : public Resource