diff options
author | Eike Rathke <erack@redhat.com> | 2015-03-02 14:09:34 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-03-05 11:44:52 +0100 |
commit | 8d78888a0c62641284d5e5fbe42cb3b950e22683 (patch) | |
tree | cc78e5e047ed12a1306037d32c99c25a44433cd1 /sc/source | |
parent | e575e89b296f3f4356b1644730e574fe25bbcac8 (diff) |
rename confusing HandleSingleRef() to more appropriate HandleColRowName()
Change-Id: Ib2e6d5cd9863ac1f9b0ba9b192f5d17d489ed19f
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/tool/compiler.cxx | 2 |
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); |