Re: [dev] team looking to join a project
On Thu, Sep 16, 2010 at 6:09 PM, Szymborski, Pawel < pszymbor...@worcester.edu> wrote: > Hello Everyone, > > A group of 3 computer science students and I are looking to join a > project in OpenOffice. > We are all junior/senior level and are looking to contribute for the > next 3 months. > If there are any interested groups please let me know and i will > inform the rest of my team. > > I suggest to join the d...@education.openoffice.org list where we work with computer students and engage them in interesting development task for OpenOffice.org. send an email to dev-subscr...@education.openoffice.org and join us at # education.openoffice.org on Freenode (IRC). Regards. -- *Alexandro Colorado* *OpenOffice.org* Español http://es.openoffice.org
[dev] team looking to join a project
Hello Everyone, A group of 3 computer science students and I are looking to join a project in OpenOffice. We are all junior/senior level and are looking to contribute for the next 3 months. If there are any interested groups please let me know and i will inform the rest of my team. - To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: dev-h...@openoffice.org
Re: [dev] rtl::OUString has no member named 'toString'
On 09/16/10 15:19, Pavel Laštovička wrote: On 16.9.10 13:44, Stephan Bergmann wrote: On 09/16/10 12:35, Pavel Laštovička wrote: I get these errors during compilation of configmgr with profiling enabled (-DTIMELOG). For example: RTL_LOGFILE_CONTEXT_TRACE1(aLog, "component: %s", RTL_LOGFILE_OU2A(_aRequest.getComponentName().toString()) ); Which version of OOo, and which file and line exactly? For example configmgr/source/backend/backendaccess.cxx, line 737. Version OOO320m19. But the error occurs in more that one file. Short answer: Use recent code, OOO330_m7 or DEV300_m87. Longer answer: At least in this particular case, it should help to simply drop the ".toString()". -Stephan - To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: dev-h...@openoffice.org
Re: [dev] rtl::OUString has no member named 'toString'
On 16.9.10 13:44, Stephan Bergmann wrote: On 09/16/10 12:35, Pavel Laštovička wrote: I get these errors during compilation of configmgr with profiling enabled (-DTIMELOG). For example: RTL_LOGFILE_CONTEXT_TRACE1(aLog, "component: %s", RTL_LOGFILE_OU2A(_aRequest.getComponentName().toString()) ); Which version of OOo, and which file and line exactly? For example configmgr/source/backend/backendaccess.cxx, line 737. Version OOO320m19. But the error occurs in more that one file. Pavel - To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: dev-h...@openoffice.org
Re: [dev] rtl::OUString has no member named 'toString'
On 09/16/10 12:35, Pavel Laštovička wrote: I get these errors during compilation of configmgr with profiling enabled (-DTIMELOG). For example: RTL_LOGFILE_CONTEXT_TRACE1(aLog, "component: %s", RTL_LOGFILE_OU2A(_aRequest.getComponentName().toString()) ); Which version of OOo, and which file and line exactly? -Stephan - To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: dev-h...@openoffice.org
[dev] rtl::OUString has no member named 'toString'
Hello, I get these errors during compilation of configmgr with profiling enabled (-DTIMELOG). For example: RTL_LOGFILE_CONTEXT_TRACE1(aLog, "component: %s", RTL_LOGFILE_OU2A(_aRequest.getComponentName().toString()) ); How it can be properly rewritten? For now I have compiled the code with profiling disabled. Bye Pavel - To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: dev-h...@openoffice.org