summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-16 17:00:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-16 17:00:05 +0000
commitef0ee083e668be2b41e86196417893f84359aee8 (patch)
tree2ce89dd0245fc94edee2e24b5359458a76c0cc06 /sc
parent9a2859df2d908774399b4041b47f2c390d030b31 (diff)
fix build error
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/interpr4.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index b329ccbfac3d..cda83d30fea3 100644
--- a/sc/source/core/tool/interpr4.cxx
+++ b/sc/source/core/tool/interpr4.cxx
@@ -1456,7 +1456,7 @@ void ScInterpreter::PopExternalSingleRef(
return;
ScExternalRefManager* pRefMgr = pDok->GetExternalRefManager();
- const OUString* pFile = pRefMgr->getExternalFileName(rFileId);
+ const rtl::OUString* pFile = pRefMgr->getExternalFileName(rFileId);
if (!pFile)
{
SetError(errNoName);
@@ -1548,7 +1548,7 @@ void ScInterpreter::GetExternalDoubleRef(
sal_uInt16 nFileId, const String& rTabName, const ScComplexRefData& rData, ScExternalRefCache::TokenArrayRef& rArray)
{
ScExternalRefManager* pRefMgr = pDok->GetExternalRefManager();
- const OUString* pFile = pRefMgr->getExternalFileName(nFileId);
+ const rtl::OUString* pFile = pRefMgr->getExternalFileName(nFileId);
if (!pFile)
{
SetError(errNoName);