summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excform.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-07 17:15:58 +0200
committerNoel Grandin <noel@peralex.com>2013-10-08 10:03:16 +0200
commit0ae8101ac5f74a77d3e1b47b0137d139fc91f2aa (patch)
treed8be550644ec1347b934056e81abb4ea261fa6e0 /sc/source/filter/excel/excform.cxx
parent288abe5af962f76ae8f0a15ac5b4c326f3a67403 (diff)
convert sc/source/filter/excel/*.cxx from String to OUString
Change-Id: Icbfb7a601a01bf8fb2a30cb49a1522a25e6022f1
Diffstat (limited to 'sc/source/filter/excel/excform.cxx')
-rw-r--r--sc/source/filter/excel/excform.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/excform.cxx b/sc/source/filter/excel/excform.cxx
index a2df17e82eea..d0b0c03376ca 100644
--- a/sc/source/filter/excel/excform.cxx
+++ b/sc/source/filter/excel/excform.cxx
@@ -215,7 +215,7 @@ ExcelToSc::~ExcelToSc()
void ExcelToSc::GetDummy( const ScTokenArray*& pErgebnis )
{
- aPool.Store( String("Dummy()") );
+ aPool.Store( OUString("Dummy()") );
aPool >> aStack;
pErgebnis = aPool[ aStack.Get() ];
}
@@ -254,7 +254,7 @@ ConvErr ExcelToSc::Convert( const ScTokenArray*& pErgebnis, XclImpStream& aIn, s
if( nFormulaLen == 0 )
{
- aPool.Store( String("-/-") );
+ aPool.Store( OUString("-/-") );
aPool >> aStack;
pErgebnis = aPool[ aStack.Get() ];
return ConvOK;