summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_updatedialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/gui/dp_gui_updatedialog.hxx')
-rw-r--r--desktop/source/deployment/gui/dp_gui_updatedialog.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_updatedialog.hxx b/desktop/source/deployment/gui/dp_gui_updatedialog.hxx
index 1fe77c521d5c..1dc8e474c57e 100644
--- a/desktop/source/deployment/gui/dp_gui_updatedialog.hxx
+++ b/desktop/source/deployment/gui/dp_gui_updatedialog.hxx
@@ -86,9 +86,9 @@ public:
~UpdateDialog();
- virtual bool Close();
+ virtual bool Close() SAL_OVERRIDE;
- virtual short Execute();
+ virtual short Execute() SAL_OVERRIDE;
void notifyMenubar( bool bPrepareOnly, bool bRecheckOnly );
static void createNotifyJob( bool bPrepareOnly,
@@ -120,9 +120,9 @@ private:
CheckListBox(UpdateDialog::CheckListBox &); // not defined
void operator =(UpdateDialog::CheckListBox &); // not defined
- virtual void MouseButtonDown(MouseEvent const & event);
- virtual void MouseButtonUp(MouseEvent const & event);
- virtual void KeyInput(KeyEvent const & event);
+ virtual void MouseButtonDown(MouseEvent const & event) SAL_OVERRIDE;
+ virtual void MouseButtonUp(MouseEvent const & event) SAL_OVERRIDE;
+ virtual void KeyInput(KeyEvent const & event) SAL_OVERRIDE;
void handlePopupMenu( const Point &rPos );