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

loplugin:cstylecast (MACOSX)

Change-Id: I1dac5542d711133f30fb4e61590a19bd2beccf53
üst 59e928b0
...@@ -360,7 +360,7 @@ Reference< XSpellAlternatives > ...@@ -360,7 +360,7 @@ Reference< XSpellAlternatives >
{ {
// if needed add: if (suglst[ii] == NULL) continue; // if needed add: if (suglst[ii] == NULL) continue;
NSString* guess = [guesses objectAtIndex:ii]; NSString* guess = [guesses objectAtIndex:ii];
OUString cvtwrd((const sal_Unicode*)[guess cStringUsingEncoding:NSUnicodeStringEncoding], (sal_Int32)[guess length]); OUString cvtwrd(reinterpret_cast<const sal_Unicode*>([guess cStringUsingEncoding:NSUnicodeStringEncoding]), (sal_Int32)[guess length]);
pStr[ii] = cvtwrd; pStr[ii] = cvtwrd;
} }
} }
......
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