From cf5ac4dd3cc4f8329a1f2711c8d58ab487e869e7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 3 Mar 2014 14:07:03 +0200 Subject: remove unused code formula::FormulaDlg::CheckMatrix() Change-Id: If7b09d032d0155a38b5d5e8aa1832c86a8f7cec1 --- include/formula/formula.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/formula') 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); -- cgit