summaryrefslogtreecommitdiff
path: root/sc/source/core/data/global.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/global.cxx')
-rw-r--r--sc/source/core/data/global.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/global.cxx b/sc/source/core/data/global.cxx
index b646b6f29671..ee2bea9e45b0 100644
--- a/sc/source/core/data/global.cxx
+++ b/sc/source/core/data/global.cxx
@@ -729,7 +729,7 @@ String ScGlobal::GetCharsetString( CharSet eVal )
default:
return String::CreateFromInt32( eVal );
}
- return String::CreateFromAscii(pChar);
+ return rtl::OUString::createFromAscii(pChar);
}
//------------------------------------------------------------------------