summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/browserpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/browserpage.hxx')
-rw-r--r--extensions/source/propctrlr/browserpage.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/browserpage.hxx b/extensions/source/propctrlr/browserpage.hxx
index c76edaa78134..9653fe6b8a0f 100644
--- a/extensions/source/propctrlr/browserpage.hxx
+++ b/extensions/source/propctrlr/browserpage.hxx
@@ -33,13 +33,13 @@ namespace pcr
VclPtr<OBrowserListBox> m_aListBox;
protected:
- virtual void Resize() SAL_OVERRIDE;
- virtual void StateChanged(StateChangedType nType) SAL_OVERRIDE;
+ virtual void Resize() override;
+ virtual void StateChanged(StateChangedType nType) override;
public:
OBrowserPage(vcl::Window* pParent, WinBits nWinStyle = 0);
virtual ~OBrowserPage();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
sal_Int32 getMinimumWidth();
sal_Int32 getMinimumHeight();