summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertyeditor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/propertyeditor.hxx')
-rw-r--r--extensions/source/propctrlr/propertyeditor.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/propertyeditor.hxx b/extensions/source/propctrlr/propertyeditor.hxx
index 8128a020b835..4e0515040f7a 100644
--- a/extensions/source/propctrlr/propertyeditor.hxx
+++ b/extensions/source/propctrlr/propertyeditor.hxx
@@ -66,14 +66,14 @@ namespace pcr
::std::map< sal_uInt16, HiddenPage > m_aHiddenPages;
protected:
- void Resize() SAL_OVERRIDE;
- void GetFocus() SAL_OVERRIDE;
+ void Resize() override;
+ void GetFocus() override;
public:
OPropertyEditor (vcl::Window* pParent, WinBits nWinStyle = WB_DIALOGCONTROL);
virtual ~OPropertyEditor();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
void EnableUpdate();
void DisableUpdate();