diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-25 22:24:47 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-30 23:49:54 -0400 |
commit | df30ebee34f4af6a0dfe03a51cae530f59ffa1cf (patch) | |
tree | 0197624c1ab96585b9bd3f8321d2aa6a7f55cdce /sc/inc/compiler.hxx | |
parent | 2622d1dbe6f6d7914cf9cf353d55e83385f3ee5a (diff) |
Nobody uses this method now. Chuck it.
Change-Id: I2d55b2e43cf87895f29fd69226ec96c5d75e3696
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r-- | sc/inc/compiler.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx index 5cc2498337e4..adaa339e9995 100644 --- a/sc/inc/compiler.hxx +++ b/sc/inc/compiler.hxx @@ -457,7 +457,6 @@ public: const ScAddress& rOldPos, const ScRange&, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ); - ScRangeData* UpdateInsertTab(SCTAB nTable, bool bIsName, SCTAB nNewSheets = 1 ); ScRangeData* UpdateDeleteTab(SCTAB nTable, bool bIsMove, bool bIsName, bool& bCompile, SCTAB nSheets = 1); ScRangeData* UpdateMoveTab(SCTAB nOldPos, SCTAB nNewPos, bool bIsName ); |