summaryrefslogtreecommitdiff
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
parent41f5dda7468306275704883bda3786b1d6ee9d00 (diff)
remove unused code formula::FormulaDlg::CheckMatrix()
Change-Id: If7b09d032d0155a38b5d5e8aa1832c86a8f7cec1
-rw-r--r--formula/source/ui/dlg/formula.cxx5
-rw-r--r--include/formula/formula.hxx1
-rw-r--r--unusedcode.easy1
3 files changed, 0 insertions, 7 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);
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);
diff --git a/unusedcode.easy b/unusedcode.easy
index 88e33af4c87f..17f1d416cad0 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -227,7 +227,6 @@ connectivity::sdbcx::OGroup::OGroup(unsigned char)
drawinglayer::attribute::SdrFillGraphicAttribute::getLogSize() const
editeng::MisspellRange::MisspellRange()
editeng::Section::Section()
-formula::FormulaDlg::CheckMatrix()
oglcanvas::CanvasHelper::flush() const
oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const
oox::core::Relations::getRelationsFromType(rtl::OUString const&) const