diff options
Diffstat (limited to 'sc/source/ui/inc/scendlg.hxx')
-rw-r--r-- | sc/source/ui/inc/scendlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/scendlg.hxx b/sc/source/ui/inc/scendlg.hxx index ce5779f4b8e1..15a9f2c144fd 100644 --- a/sc/source/ui/inc/scendlg.hxx +++ b/sc/source/ui/inc/scendlg.hxx @@ -32,7 +32,7 @@ class ScNewScenarioDlg : public ModalDialog public: ScNewScenarioDlg(vcl::Window* pParent, const OUString& rName, bool bEdit = false, bool bSheetProtected = false); virtual ~ScNewScenarioDlg(); - virtual void dispose() SAL_OVERRIDE; + virtual void dispose() override; void SetScenarioData( const OUString& rName, const OUString& rComment, const Color& rColor, sal_uInt16 nFlags ); |