From 6374c59217325721dc2c091338e665a238b7ace3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 26 Feb 2014 13:25:05 +0200 Subject: remove unused code ScColorScaleEntry::UpdateMoveTab(short, short, short) Change-Id: I32437bb06dc5fd1522361d9591f470d00bb96d77 --- sc/inc/colorscale.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/inc/colorscale.hxx') diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx index 067a5a59d0b0..c1257f942241 100644 --- a/sc/inc/colorscale.hxx +++ b/sc/inc/colorscale.hxx @@ -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 ); -- cgit