diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-30 15:47:51 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-30 23:50:03 -0400 |
commit | 15a2574da022f10103a82f7b8b259a03fd6664bd (patch) | |
tree | 2d9ac1228b9b3404b3f5c30d523d5731bf5e958b /sc/inc | |
parent | 0277792d169d66ad24734504ff33d2ec7d52ebaf (diff) |
These methods are now unused. Chuck them.
Change-Id: Ib9b0ad855142434e45bcb4d805fc32e7c76b01b8
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/compiler.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx index 9ecb8934a9a3..46606d834158 100644 --- a/sc/inc/compiler.hxx +++ b/sc/inc/compiler.hxx @@ -441,11 +441,6 @@ public: static void MoveRelWrap( ScTokenArray& rArr, ScDocument* pDoc, const ScAddress& rPos, SCCOL nMaxCol, SCROW nMaxRow ); - void UpdateReference( UpdateRefMode eUpdateRefMode, - const ScAddress& rOldPos, const ScRange&, - SCsCOL nDx, SCsROW nDy, SCsTAB nDz, - bool& rChanged, bool& rRefSizeChanged ); - /** If the character is allowed as first character in sheet names or references, includes '$' and '?'. */ static inline bool IsCharWordChar( String const & rStr, |