summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-29 19:47:46 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-30 23:50:01 -0400
commit1d860f9a268c02581407db539117b2d538e3d693 (patch)
tree0661bacaf6447aad71da96299c3e0be144bbee31 /sc/inc
parent1fdc310b57af7dfdb97fe336ce9a2e4d579af3f2 (diff)
These methods are now unused.
Change-Id: Ief17166537b78efb6401f0a310e3acaaae217a65
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/compiler.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index 4792f79bfea3..9ecb8934a9a3 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -441,18 +441,11 @@ public:
static void MoveRelWrap( ScTokenArray& rArr, ScDocument* pDoc, const ScAddress& rPos,
SCCOL nMaxCol, SCROW nMaxRow );
- bool UpdateNameReference( UpdateRefMode eUpdateRefMode,
- const ScRange&,
- SCsCOL nDx, SCsROW nDy, SCsTAB nDz,
- bool& rChanged, bool bSharedFormula = false, bool bLocal = false);
-
void UpdateReference( UpdateRefMode eUpdateRefMode,
const ScAddress& rOldPos, const ScRange&,
SCsCOL nDx, SCsROW nDy, SCsTAB nDz,
bool& rChanged, bool& rRefSizeChanged );
- bool HasModifiedRange();
-
/** If the character is allowed as first character in sheet names or
references, includes '$' and '?'. */
static inline bool IsCharWordChar( String const & rStr,