summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excform.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-30 12:54:45 +0200
committerNoel Grandin <noel@peralex.com>2013-10-04 08:49:01 +0200
commitb0be20551ce024096615f20ea75f1dd92aa73c25 (patch)
treeccb8225be04ed0dea2066de84adeb853473a2bce /sc/source/filter/excel/excform.cxx
parent127a09b3a86874ea076b36d867ba29eb61a2abc3 (diff)
convert sc/source/filter/inc/tokstack.hxx from String to OUString
Change-Id: Ib23a94ee45539c01c3e4c95b3d5983c470950a8b
Diffstat (limited to 'sc/source/filter/excel/excform.cxx')
-rw-r--r--sc/source/filter/excel/excform.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/excform.cxx b/sc/source/filter/excel/excform.cxx
index 238a88176f58..ae00ca9f7b30 100644
--- a/sc/source/filter/excel/excform.cxx
+++ b/sc/source/filter/excel/excform.cxx
@@ -1558,7 +1558,7 @@ void ExcelToSc::DoMulArgs( DefTokenId eId, sal_uInt8 nAnz )
{
TokenId n = eParam[ nAnz - 1 ];
//##### GRUETZE FUER BASIC-FUNCS RICHTEN!
- if( const String* pExt = aPool.GetExternal( n ) )
+ if( const OUString* pExt = aPool.GetExternal( n ) )
{
if( const XclFunctionInfo* pFuncInfo = maFuncProv.GetFuncInfoFromXclMacroName( *pExt ) )
aPool << pFuncInfo->meOpCode;