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

remove unused code ScColorScaleEntry::UpdateMoveTab(short, short, short)

Change-Id: I32437bb06dc5fd1522361d9591f470d00bb96d77
üst 2d257fa7
......@@ -68,7 +68,6 @@ public:
void SetFormula(const OUString& rFormula, ScDocument* pDoc, const ScAddress& rAddr,
formula::FormulaGrammar::Grammar eGrammar = formula::FormulaGrammar::GRAM_DEFAULT);
void UpdateMoveTab(SCTAB nOldTab, SCTAB nNewTab, SCTAB nTabNo);
void UpdateReference( sc::RefUpdateContext& rCxt );
void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt );
void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt );
......
......@@ -235,16 +235,6 @@ void ScColorScaleEntry::SetValue(double nValue)
mpCell.reset();
}
void ScColorScaleEntry::UpdateMoveTab( SCTAB nOldTab, SCTAB nNewTab, SCTAB nTabNo )
{
if(mpCell)
{
sc::RefUpdateMoveTabContext aCxt(nOldTab, nNewTab);
mpCell->UpdateMoveTab(aCxt, nTabNo);
mpListener.reset(new ScFormulaListener(mpCell.get()));
}
}
void ScColorScaleEntry::UpdateReference( sc::RefUpdateContext& rCxt )
{
if (!mpCell)
......
......@@ -67,7 +67,6 @@ ScCellValue::hasNumeric() const
ScCellValue::hasString() const
ScCellValue::set(ScFormulaCell const&)
ScCollection::IndexOf(ScDataObject*) const
ScColorScaleEntry::UpdateMoveTab(short, short, short)
ScDocument::CreateFormatTable() const
ScExtIButton::GetSelected() const
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
......
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