Clean up C-style casts from pointers to void
Change-Id: I9159db9b8fdbabefe29bcc606ec27c1709a620dd
This commit is contained in:
parent
9afd58e71a
commit
1baf49d146
@ -225,7 +225,7 @@ extern "C" void lcl_workerfunc (void * gci)
|
||||
{
|
||||
osl_setThreadName("GrammarCheckingIterator");
|
||||
|
||||
((GrammarCheckingIterator*)gci)->DequeueAndCheck();
|
||||
static_cast<GrammarCheckingIterator*>(gci)->DequeueAndCheck();
|
||||
}
|
||||
|
||||
static lang::Locale lcl_GetPrimaryLanguageOfSentence(
|
||||
|
Loading…
x
Reference in New Issue
Block a user