To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=100521
------- Additional comments from [email protected] Fri May 22 22:56:51 +0000 2009 ------- In vc;/win/source/window/salframe.cxx, the type of the variable pFinc should be changed to oslGenericFunction instead of void *. The return value of osl_getFunctionSymbol is oslGenericFunction and it actually is void (*)(). In C++, pointer cannot be assigned to void * without cast. So it breaks the build with mingw gcc, and may cause warning in MSVC. Changing the type of pFunc to osl_getFunctionSymbol, the code can be fine. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
