summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/browserview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/browserview.hxx')
-rw-r--r--extensions/source/propctrlr/browserview.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/browserview.hxx b/extensions/source/propctrlr/browserview.hxx
index ba6ab521774f..50c86ad8e783 100644
--- a/extensions/source/propctrlr/browserview.hxx
+++ b/extensions/source/propctrlr/browserview.hxx
@@ -42,9 +42,9 @@ namespace pcr
Link m_aPageActivationHandler;
protected:
- virtual void Resize();
- virtual void GetFocus();
- virtual bool Notify( NotifyEvent& _rNEvt );
+ virtual void Resize() SAL_OVERRIDE;
+ virtual void GetFocus() SAL_OVERRIDE;
+ virtual bool Notify( NotifyEvent& _rNEvt ) SAL_OVERRIDE;
public:
OPropertyBrowserView( Window* pParent, WinBits nBits = 0);