reduce use of UniString ctor from null-terminated unicodearray
Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0
This commit is contained in:
@@ -480,12 +480,9 @@ String SbiImage::GetString( short nId ) const
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
String aStr( pStr );
|
||||
return aStr;
|
||||
}
|
||||
return rtl::OUString(pStr);
|
||||
}
|
||||
return String();
|
||||
return rtl::OUString();
|
||||
}
|
||||
|
||||
const SbxObject* SbiImage::FindType (String aTypeName) const
|
||||
|
Reference in New Issue
Block a user