summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docfunc.cxx
diff options
context:
space:
mode:
authorLaurent Godard <lgodard.libre@laposte.net>2011-11-09 15:33:32 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-10 05:20:35 +0100
commit1833e05aebcdbb277a7945efc34230dc3138c610 (patch)
tree1b55955bc91506ea0e24aa00c87761a607346505 /sc/source/ui/docshell/docfunc.cxx
parent4db5ea1ed7de742723dcf197434a5e22204d7dc9 (diff)
ScRangeData aName to OUString
Diffstat (limited to 'sc/source/ui/docshell/docfunc.cxx')
-rw-r--r--sc/source/ui/docshell/docfunc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docfunc.cxx b/sc/source/ui/docshell/docfunc.cxx
index d2b6087057ef..39600bd9ece3 100644
--- a/sc/source/ui/docshell/docfunc.cxx
+++ b/sc/source/ui/docshell/docfunc.cxx
@@ -4758,7 +4758,7 @@ sal_Bool ScDocFunc::InsertNameList( const ScAddress& rStartPos, sal_Bool bApi )
qsort( (void*)ppSortArray, nValidCount, sizeof(ScRangeData*),
ICCQsortNameCompare );
#endif
- String aName;
+ rtl::OUString aName;
rtl::OUStringBuffer aContent;
String aFormula;
SCROW nOutRow = nStartRow;