summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/inpdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/inpdlg.hxx')
-rw-r--r--sw/source/uibase/inc/inpdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/inpdlg.hxx b/sw/source/uibase/inc/inpdlg.hxx
index 187a02c1b320..fec27ec571f7 100644
--- a/sw/source/uibase/inc/inpdlg.hxx
+++ b/sw/source/uibase/inc/inpdlg.hxx
@@ -34,8 +34,8 @@ class SwWrtShell;
// insert fields
class SwFieldInputDlg: public SvxStandardDialog
{
- virtual void Apply() SAL_OVERRIDE;
- virtual void StateChanged( StateChangedType ) SAL_OVERRIDE;
+ virtual void Apply() override;
+ virtual void StateChanged( StateChangedType ) override;
SwWrtShell& rSh;
SwInputField* pInpField;
@@ -54,7 +54,7 @@ public:
SwFieldInputDlg( vcl::Window *pParent, SwWrtShell &rSh,
SwField* pField, bool bNextButton = false );
virtual ~SwFieldInputDlg();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
};
#endif