summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh5.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-05-10 15:50:44 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-05-10 15:51:53 -0400
commit8f8df657b92005d3212345dbd3d61ae230f44476 (patch)
treedf8322626ac8d310d3768e4782b2e17746a50926 /sc/source/ui/docshell/docsh5.cxx
parente667d428ad758b6f165b889c71ef20f619b0c9f3 (diff)
More cleanups of ScDBData.
String to rtl::OUString, tabs to whitespaces etc.
Diffstat (limited to 'sc/source/ui/docshell/docsh5.cxx')
-rw-r--r--sc/source/ui/docshell/docsh5.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh5.cxx b/sc/source/ui/docshell/docsh5.cxx
index 1bd3bfecbd53..55a62fe0acb2 100644
--- a/sc/source/ui/docshell/docsh5.cxx
+++ b/sc/source/ui/docshell/docsh5.cxx
@@ -489,7 +489,7 @@ String lcl_GetAreaName( ScDocument* pDoc, ScArea* pArea )
pArea->nColEnd, pArea->nRowEnd );
if (pData)
{
- pData->GetName( aName );
+ aName = pData->GetName();
bOk = sal_True;
}