diff options
Diffstat (limited to 'basic/source/comp/exprtree.cxx')
-rw-r--r-- | basic/source/comp/exprtree.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/comp/exprtree.cxx b/basic/source/comp/exprtree.cxx index 02db3928e1be..79eeedf65e44 100644 --- a/basic/source/comp/exprtree.cxx +++ b/basic/source/comp/exprtree.cxx @@ -142,7 +142,7 @@ static SbiSymDef* AddSym sal_uInt16 n = 1; for( short i = 0; i < pPar->GetSize(); i++ ) { - String aPar = String::CreateFromAscii( "PAR" ); + String aPar = rtl::OUString("PAR"); aPar += ++n; pProc->GetParams().AddSym( aPar ); } |