summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeformula.cxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-07-10 20:46:54 +0200
committerEike Rathke <erack@redhat.com>2012-07-10 20:51:19 +0200
commitf5798e947e5d96e59678825c06cadf35ff9229fa (patch)
tree3108c4140e8f52c052d498bd1118039fde9babe3 /sc/source/filter/excel/xeformula.cxx
parent7b7d094c37959bfb7730f0f8851ee6a8b06a6ea4 (diff)
changes to "Replaced deprecated tools/String with OUString in ScAddInCol"
Some further nitpicking changes to avoid a few more temporary conversion objects. Change-Id: I5faaa1f525aeafdc5004340a6cd05e0610c22182
Diffstat (limited to 'sc/source/filter/excel/xeformula.cxx')
-rw-r--r--sc/source/filter/excel/xeformula.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xeformula.cxx b/sc/source/filter/excel/xeformula.cxx
index 43da4e659ffb..a9640408accc 100644
--- a/sc/source/filter/excel/xeformula.cxx
+++ b/sc/source/filter/excel/xeformula.cxx
@@ -2343,7 +2343,7 @@ void XclExpFmlaCompImpl::AppendAddInCallToken( const XclExpExtFuncData& rExtFunc
if( mxData->mpLinkMgr && ScGlobal::GetAddInCollection()->GetExcelName( rExtFuncData.maFuncName, GetUILanguage(), aXclFuncName ) )
{
sal_uInt16 nExtSheet, nExtName;
- if( mxData->mpLinkMgr->InsertAddIn( nExtSheet, nExtName, String(aXclFuncName) ) )
+ if( mxData->mpLinkMgr->InsertAddIn( nExtSheet, nExtName, aXclFuncName ) )
{
AppendNameXToken( nExtSheet, nExtName, nSpaces );
return;