diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-25 16:00:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-26 08:54:55 +0200 |
commit | 8a6c9bc82d22b694a344db9102dd1b91044589d7 (patch) | |
tree | d83d61cb4f24809d6fe009f2f9fdc90806dfb887 /sc/inc/table.hxx | |
parent | 9bfbaa5864ae1ceeb932e8d6105c57c1f7bf1015 (diff) |
remove unused code ScDocument::RebuildFormulaGroups()
and the consequently unused code
ScTable::RebuildFormulaGroups()
Change-Id: Ic7dfb7420c7cc4ca52c4ed4fe580fbb499ab53b6
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index 563f17d9a7db..cd55ea9936ff 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -1021,7 +1021,6 @@ private: void CompileDBFormula( sc::CompileFormulaContext& rCxt, bool bCreateFormulaString ); void CompileNameFormula( sc::CompileFormulaContext& rCxt, bool bCreateFormulaString ); void CompileColRowNameFormula( sc::CompileFormulaContext& rCxt ); - void RebuildFormulaGroups(); void StartListening( const ScAddress& rAddress, SvtListener* pListener ); void EndListening( const ScAddress& rAddress, SvtListener* pListener ); |