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