summaryrefslogtreecommitdiff
path: root/include/formula/formula.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/formula/formula.hxx')
-rw-r--r--include/formula/formula.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/formula/formula.hxx b/include/formula/formula.hxx
index 41a6ef5167c3..62f22d16d878 100644
--- a/include/formula/formula.hxx
+++ b/include/formula/formula.hxx
@@ -64,7 +64,7 @@ private:
protected:
- virtual bool PreNotify( NotifyEvent& rNEvt );
+ virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
::std::pair<RefButton*,RefEdit*> RefInputStartBefore( RefEdit* pEdit, RefButton* pButton = NULL );
void RefInputStartAfter( RefEdit* pEdit, RefButton* pButton = NULL );
void RefInputDoneAfter( bool bForced = false );
@@ -108,7 +108,7 @@ protected:
protected:
- virtual bool PreNotify( NotifyEvent& rNEvt );
+ virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
::std::pair<RefButton*,RefEdit*> RefInputStartBefore( RefEdit* pEdit, RefButton* pButton = NULL );
void RefInputStartAfter( RefEdit* pEdit, RefButton* pButton = NULL );
void RefInputDoneAfter( bool bForced = false );