summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-03 14:07:03 +0200
committerNoel Grandin <noel@peralex.com>2014-03-05 09:17:42 +0200
commitcf5ac4dd3cc4f8329a1f2711c8d58ab487e869e7 (patch)
tree66f8a1566a33638bf14c07ba13ba89822ce64e48 /formula
parent41f5dda7468306275704883bda3786b1d6ee9d00 (diff)
remove unused code formula::FormulaDlg::CheckMatrix()
Change-Id: If7b09d032d0155a38b5d5e8aa1832c86a8f7cec1
Diffstat (limited to 'formula')
-rw-r--r--formula/source/ui/dlg/formula.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/formula/source/ui/dlg/formula.cxx b/formula/source/ui/dlg/formula.cxx
index d0f9d01c5c0c..d30397300fe6 100644
--- a/formula/source/ui/dlg/formula.cxx
+++ b/formula/source/ui/dlg/formula.cxx
@@ -1760,11 +1760,6 @@ FormulaDlgMode FormulaDlg::SetMeText(const OUString& _sText, sal_Int32 PrivStart
return m_pImpl->SetMeText(_sText,PrivStart, PrivEnd,bMatrix,_bSelect,_bUpdate);
}
-void FormulaDlg::CheckMatrix()
-{
- m_pImpl->aBtnMatrix.Check();
-}
-
bool FormulaDlg::CheckMatrix(OUString& aFormula)
{
return m_pImpl->CheckMatrix(aFormula);