Re: Words filter compiler error with GCC 4.7

2012-03-26 Thread C. Boemann
Well i'm not going to maintain the filter so dropping is fine with me On Monday 26 March 2012 13:23:43 Boudewijn Rempt wrote: > On Mon, 26 Mar 2012, Yue Liu wrote: > > Hancom Office now supports odf. > > http://www.hancom.com/en/product/product2010.jsp > > Maybe we can drop this filter then? It's

Re: Words filter compiler error with GCC 4.7

2012-03-26 Thread Boudewijn Rempt
On Mon, 26 Mar 2012, Yue Liu wrote: Hancom Office now supports odf. http://www.hancom.com/en/product/product2010.jsp Maybe we can drop this filter then? It's not useful except as a reference for writing a new filter anyway, since it converts to kwd, not odt. 2012/3/26 Matus Uzak : Hi, I r

Re: Words filter compiler error with GCC 4.7

2012-03-26 Thread Yue Liu
Hancom Office now supports odf. http://www.hancom.com/en/product/product2010.jsp 2012/3/26 Matus Uzak : > Hi, > > I recommend to use filters/libmso/pole.cpp in the starwriter and the > hancomword filter.  I can take care of the starwriter filter. > > > > On Sat, Mar 24, 2012 at 3:30 AM, Yue Liu w

Re: Words filter compiler error with GCC 4.7

2012-03-26 Thread Matus Uzak
Hi, I recommend to use filters/libmso/pole.cpp in the starwriter and the hancomword filter. I can take care of the starwriter filter. On Sat, Mar 24, 2012 at 3:30 AM, Yue Liu wrote: > looks like it's okay to rename r with other name. > > 2012/3/24 Christoph Feck : > > Hi, > > > > The calligra

Re: Words filter compiler error with GCC 4.7

2012-03-23 Thread Yue Liu
looks like it's okay to rename r with other name. 2012/3/24 Christoph Feck : > Hi, > > The calligra master builds fails with GCC 4.7 due to an error in the > "hancomwords" import filter. > > The loop in filters/words/hancomword/pole.cpp:869 reads: > >        for (unsigned r = 0; r < header->num_mb

Words filter compiler error with GCC 4.7

2012-03-23 Thread Christoph Feck
Hi, The calligra master builds fails with GCC 4.7 due to an error in the "hancomwords" import filter. The loop in filters/words/hancomword/pole.cpp:869 reads: for (unsigned r = 0; r < header->num_mbat; r++) { unsigned long r = loadBigBlock(mblock, buffer2, bbat- >blockSize);