diff options
author | Noel Grandin <noel@peralex.com> | 2013-10-04 16:14:14 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-08 10:03:09 +0200 |
commit | e12ae54991b70027bbff21bb948c4923898d32eb (patch) | |
tree | acf87f03f7fb89872a86abde2e623d92fd844cb5 /sc/source/ui/view/viewfun6.cxx | |
parent | 6f93499b881416140c57bc86acdac0ae6e01c314 (diff) |
convert sc/source/ui/view/*.cxx from String to OUString
Change-Id: I906217b453d3a0ec2ec8deaa5dce739f0cacfd01
Diffstat (limited to 'sc/source/ui/view/viewfun6.cxx')
-rw-r--r-- | sc/source/ui/view/viewfun6.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/viewfun6.cxx b/sc/source/ui/view/viewfun6.cxx index e324d4aae08f..08ab7db6c3ec 100644 --- a/sc/source/ui/view/viewfun6.cxx +++ b/sc/source/ui/view/viewfun6.cxx @@ -181,7 +181,7 @@ void ScViewFunc::DetectiveMarkPred() ScRange aRange; if (pPath && ScRefTokenHelper::getRangeFromToken(aRange, p, aCurPos, true)) { - const String& rTabName = p->GetString(); + const OUString& rTabName = p->GetString(); OUStringBuffer aBuf; aBuf.append(*pPath); aBuf.append(sal_Unicode('#')); |