Clean up C-style casts from pointers to void

Change-Id: I9159db9b8fdbabefe29bcc606ec27c1709a620dd
This commit is contained in:
Stephan Bergmann 2015-03-28 19:05:09 +01:00
parent 9afd58e71a
commit 1baf49d146

View File

@ -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(