some UniString->rtl::OUString

Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
This commit is contained in:
Caolán McNamara
2012-07-04 23:58:05 +01:00
parent 1a1e953ee3
commit 104261010a
252 changed files with 644 additions and 641 deletions

View File

@@ -722,7 +722,7 @@ void SbiParser::Implements()
Next();
if( Peek() == DOT )
{
String aDotStr( '.' );
rtl::OUString aDotStr( '.' );
while( Peek() == DOT )
{
aImplementedIface += aDotStr;