Kaydet (Commit) 6fbf6f2a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

linguistic: Use appropriate OUString functions on string constants

Change-Id: I50e17b9de80e826204deeb154b5533b3e87e601c
üst 585807a7
...@@ -782,7 +782,7 @@ static sal_Int32 lcl_GetToken( OUString &rToken, ...@@ -782,7 +782,7 @@ static sal_Int32 lcl_GetToken( OUString &rToken,
sal_Int32 nRes = -1; sal_Int32 nRes = -1;
if (rText.isEmpty() || nPos >= rText.getLength()) if (rText.isEmpty() || nPos >= rText.getLength())
rToken = ""; rToken.clear();
else if (rDelim.isEmpty()) else if (rDelim.isEmpty())
{ {
rToken = rText; rToken = rText;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment