diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-03 14:07:03 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-05 09:17:42 +0200 |
commit | cf5ac4dd3cc4f8329a1f2711c8d58ab487e869e7 (patch) | |
tree | 66f8a1566a33638bf14c07ba13ba89822ce64e48 /include | |
parent | 41f5dda7468306275704883bda3786b1d6ee9d00 (diff) |
remove unused code formula::FormulaDlg::CheckMatrix()
Change-Id: If7b09d032d0155a38b5d5e8aa1832c86a8f7cec1
Diffstat (limited to 'include')
-rw-r--r-- | include/formula/formula.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/formula/formula.hxx b/include/formula/formula.hxx index e7db10033e6e..41a6ef5167c3 100644 --- a/include/formula/formula.hxx +++ b/include/formula/formula.hxx @@ -121,7 +121,6 @@ protected: bool CheckMatrix(OUString& aFormula /*IN/OUT*/); OUString GetMeText() const; void Update(const OUString& _sExp); - void CheckMatrix(); void DoEnter(bool _bOk); const IFunctionDescription* getCurrentFunctionDescription() const; bool UpdateParaWin(Selection& _rSelection); |