some UniString->rtl::OUString
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
This commit is contained in:
@@ -722,7 +722,7 @@ void SbiParser::Implements()
|
||||
Next();
|
||||
if( Peek() == DOT )
|
||||
{
|
||||
String aDotStr( '.' );
|
||||
rtl::OUString aDotStr( '.' );
|
||||
while( Peek() == DOT )
|
||||
{
|
||||
aImplementedIface += aDotStr;
|
||||
|
Reference in New Issue
Block a user