summaryrefslogtreecommitdiffstats
path: root/include/formula
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-09 14:10:31 +0200
committerNoel Grandin <noel@peralex.com>2016-03-10 10:09:58 +0200
commitf803aae0f318f99eb435c8fe7fc095fcd966d5ce (patch)
treef1b7dc77f0b0fe8cb63072d1690cf34ddaad02a6 /include/formula
parentloplugin:constantparam in forms (diff)
downloadcore-f803aae0f318f99eb435c8fe7fc095fcd966d5ce.tar.gz
core-f803aae0f318f99eb435c8fe7fc095fcd966d5ce.zip
loplugin:constantparam in formula
Change-Id: I18246d34d27f1b12dfd107166b31ef16d9632462
Diffstat (limited to 'include/formula')
-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 04d03b0f7b67..db744b2e356f 100644
--- a/include/formula/formula.hxx
+++ b/include/formula/formula.hxx
@@ -66,7 +66,7 @@ protected:
virtual bool PreNotify( NotifyEvent& rNEvt ) override;
::std::pair<RefButton*,RefEdit*> RefInputStartBefore( RefEdit* pEdit, RefButton* pButton = nullptr );
void RefInputStartAfter( RefEdit* pEdit, RefButton* pButton = nullptr );
- void RefInputDoneAfter( bool bForced = false );
+ void RefInputDoneAfter();
void SetFocusWin(vcl::Window *pWin,const OString& nUniqueId);
void SetMeText(const OUString& _sText);
@@ -118,7 +118,7 @@ protected:
bool CheckMatrix(OUString& aFormula /*IN/OUT*/);
OUString GetMeText() const;
void Update(const OUString& _sExp);
- void DoEnter(bool _bOk);
+ void DoEnter();
const IFunctionDescription* getCurrentFunctionDescription() const;
bool UpdateParaWin(Selection& _rSelection);
void UpdateParaWin(const Selection& _rSelection, const OUString& _sRefStr);