[dev] A question about the destructor

2007-07-23 Thread liutao
Hello all, I am absorbed in modularization of ODFToolkit project about 2 months. But now I face a question as follows: SwRedline::~SwRedline() { .. if( !GetDoc()-IsInDtor() ) GetDoc()-DeleteSection( pCntntSect-GetNode(),rLayout ); .. } The parameter rLayout in function DeleteSection

Re: [dev] A question about the destructor

2007-07-23 Thread Andreas Martens
Hi LiuTao, liutao wrote: Hello all, I am absorbed in modularization of ODFToolkit project about 2 months. But now I face a question as follows: SwRedline::~SwRedline() { .. if( !GetDoc()-IsInDtor() ) GetDoc()-DeleteSection( pCntntSect-GetNode(),rLayout ); .. } The parameter

[dev] Resources About dialog disapeared ?.

2007-07-23 Thread Timo Hartong
Dear Ladies and Gents, I'm trying to hack into in the openoffice code. I can already build it on a MS Windows systeem and I want to try to hack it. I'm reading the page http://wiki.services.openoffice.org/wiki/Tutorial_About I can find the files about.hxx and about.cxx but I cann't find the

Re: [dev] Resources About dialog disapeared ?.

2007-07-23 Thread Eike Rathke
Hi Timo, On Monday, 2007-07-23 13:32:50 +0200, Timo Hartong wrote: I'm trying to hack into in the openoffice code. I can already build it on a MS Windows systeem and I want to try to hack it. I'm reading the page http://wiki.services.openoffice.org/wiki/Tutorial_About I can find the files