Re: [Libreoffice] Dynamic arrays in chartitempool

2010-10-16 Thread Michael Meeks
Hi Rene, On Sat, 2010-10-16 at 19:10 +0200, René Kjellerup wrote: > I removed some commented OSL_TRACE statements... but were they really > needed still? Fine to loose them ;-) Sadly, I was wrong about SAL_N_ELEMENTs here; it is not safe. With a generic array - ie. not one static

Re: [Libreoffice] Dynamic arrays in chartitempool

2010-10-16 Thread René Kjellerup
Hii Michael, read on, I found my boggle, I had initially added #include my bad :) it builds and the charts seems to be without any problems too and I attached the diff with the corrected include, though at the bottom of the include list. you're all most welcome René On Sat, Oct 16, 2010 at 9:3

Re: [Libreoffice] Dynamic arrays in chartitempool

2010-10-16 Thread Michael Meeks
Hi Rene, On Sat, 2010-10-16 at 15:30 +0200, René Kjellerup wrote: > Okay I've now a beginning of a build of chart2 and I've added: > #include > To the file, but the compilation says that the file is not found, Strange, I add it and it is fine: --- chart2/source/view/main//ChartItemPool.

Re: [Libreoffice] Dynamic arrays in chartitempool

2010-10-16 Thread René Kjellerup
added the SAL_N_ELEMENTS to construction and destruction, removed unused code and includes I removed some commented OSL_TRACE statements... but were they really needed still? best wishes René On Sat, Oct 16, 2010 at 6:47 PM, René Kjellerup wrote: > Wow... a simple symbol mistake of the brain, a

Re: [Libreoffice] Dynamic arrays in chartitempool

2010-10-16 Thread René Kjellerup
Wow... a simple symbol mistake of the brain, all the includes seemed to have hxx extension so It complies now pulling a diff together. On Oct 16, 2010 3:30 PM, "René Kjellerup" wrote: > Okay I've now a beginning of a build of chart2 and I've added: > #include > To the file, but the compilat

[Libreoffice] Dynamic arrays in chartitempool

2010-10-16 Thread René Kjellerup
Okay I've now a beginning of a build of chart2 and I've added: #include To the file, but the compilation says that the file is not found, So where do one add the sal depends to the module? (or simply the includes) On Oct 14, 2010 10:11 PM, "Michael Meeks" wrote: > Hi Rene, > > On Thu, 2010-10-14