summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh4.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/docsh4.cxx')
-rw-r--r--sc/source/ui/docshell/docsh4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh4.cxx b/sc/source/ui/docshell/docsh4.cxx
index c5dd453f57aa..6d3d4eff98e1 100644
--- a/sc/source/ui/docshell/docsh4.cxx
+++ b/sc/source/ui/docshell/docsh4.cxx
@@ -2158,7 +2158,7 @@ long ScDocShell::DdeSetData( const OUString& rItem,
// only check for valid item string - range is parsed again in ScServerObject ctor
// named range?
- String aPos = rItem;
+ OUString aPos = rItem;
ScRangeName* pRange = aDocument.GetRangeName();
if( pRange )
{