Re: [dev] rtl::OUString has no member named 'toString'

2010-09-16 Thread Stephan Bergmann
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(

Re: [dev] rtl::OUString has no member named 'toString'

2010-09-16 Thread Pavel Laštovička
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()) );

Re: [dev] rtl::OUString has no member named 'toString'

2010-09-16 Thread Stephan Bergmann
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