summaryrefslogtreecommitdiff
path: root/include/svx/stddlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/stddlg.hxx')
-rw-r--r--include/svx/stddlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/stddlg.hxx b/include/svx/stddlg.hxx
index a3e3df05f628..973994f88f6d 100644
--- a/include/svx/stddlg.hxx
+++ b/include/svx/stddlg.hxx
@@ -29,7 +29,7 @@ class SVX_DLLPUBLIC SvxStandardDialog: public SfxModalDialog
public:
SvxStandardDialog( vcl::Window* pParent, const OUString& rID, const OUString& rUIXMLDescription );
- short Execute() SAL_OVERRIDE;
+ short Execute() override;
protected:
virtual void Apply() = 0; // pure virtual!!!