summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-03-02 14:09:34 +0100
committerEike Rathke <erack@redhat.com>2015-03-05 11:44:52 +0100
commit8d78888a0c62641284d5e5fbe42cb3b950e22683 (patch)
treecc78e5e047ed12a1306037d32c99c25a44433cd1 /sc/source
parente575e89b296f3f4356b1644730e574fe25bbcac8 (diff)
rename confusing HandleSingleRef() to more appropriate HandleColRowName()
Change-Id: Ib2e6d5cd9863ac1f9b0ba9b192f5d17d489ed19f
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/core/tool/compiler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx
index 84611ee9284f..8d32278d13da 100644
--- a/sc/source/core/tool/compiler.cxx
+++ b/sc/source/core/tool/compiler.cxx
@@ -4363,7 +4363,7 @@ void ScCompiler::fillAddInToken(::std::vector< ::com::sun::star::sheet::FormulaO
// FIXME: what about those old non-UNO AddIns?
}
-bool ScCompiler::HandleSingleRef()
+bool ScCompiler::HandleColRowName()
{
ScSingleRefData& rRef = *mpToken.get()->GetSingleRef();
ScAddress aAbs = rRef.toAbs(aPos);