Kaydet (Commit) cf5ac4dd authored tarafından Noel Grandin's avatar Noel Grandin

remove unused code formula::FormulaDlg::CheckMatrix()

Change-Id: If7b09d032d0155a38b5d5e8aa1832c86a8f7cec1
üst 41f5dda7
...@@ -1760,11 +1760,6 @@ FormulaDlgMode FormulaDlg::SetMeText(const OUString& _sText, sal_Int32 PrivStart ...@@ -1760,11 +1760,6 @@ FormulaDlgMode FormulaDlg::SetMeText(const OUString& _sText, sal_Int32 PrivStart
return m_pImpl->SetMeText(_sText,PrivStart, PrivEnd,bMatrix,_bSelect,_bUpdate); return m_pImpl->SetMeText(_sText,PrivStart, PrivEnd,bMatrix,_bSelect,_bUpdate);
} }
void FormulaDlg::CheckMatrix()
{
m_pImpl->aBtnMatrix.Check();
}
bool FormulaDlg::CheckMatrix(OUString& aFormula) bool FormulaDlg::CheckMatrix(OUString& aFormula)
{ {
return m_pImpl->CheckMatrix(aFormula); return m_pImpl->CheckMatrix(aFormula);
......
...@@ -121,7 +121,6 @@ protected: ...@@ -121,7 +121,6 @@ protected:
bool CheckMatrix(OUString& aFormula /*IN/OUT*/); bool CheckMatrix(OUString& aFormula /*IN/OUT*/);
OUString GetMeText() const; OUString GetMeText() const;
void Update(const OUString& _sExp); void Update(const OUString& _sExp);
void CheckMatrix();
void DoEnter(bool _bOk); void DoEnter(bool _bOk);
const IFunctionDescription* getCurrentFunctionDescription() const; const IFunctionDescription* getCurrentFunctionDescription() const;
bool UpdateParaWin(Selection& _rSelection); bool UpdateParaWin(Selection& _rSelection);
......
...@@ -227,7 +227,6 @@ connectivity::sdbcx::OGroup::OGroup(unsigned char) ...@@ -227,7 +227,6 @@ connectivity::sdbcx::OGroup::OGroup(unsigned char)
drawinglayer::attribute::SdrFillGraphicAttribute::getLogSize() const drawinglayer::attribute::SdrFillGraphicAttribute::getLogSize() const
editeng::MisspellRange::MisspellRange() editeng::MisspellRange::MisspellRange()
editeng::Section::Section() editeng::Section::Section()
formula::FormulaDlg::CheckMatrix()
oglcanvas::CanvasHelper::flush() const 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 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 oox::core::Relations::getRelationsFromType(rtl::OUString const&) const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment