Re: [Libreoffice] weird code, please advise...

2011-12-14 Thread Stephan Bergmann
On 12/13/2011 07:09 PM, Michael Meeks wrote: On Tue, 2011-12-13 at 16:02 -0200, Olivier Hallot wrote: I am stumbling on the following piece of code if (nodepath.getLength() != 0 || !(value>>= nodepath) || nodepath.getLength() == 0) ... in configmgr/source/configurationprovider.c

Re: [Libreoffice] weird code, please advise...

2011-12-13 Thread Michael Meeks
Hi Olivier, On Tue, 2011-12-13 at 16:02 -0200, Olivier Hallot wrote: > I am stumbling on the following piece of code > > if (nodepath.getLength() != 0 || !(value >>= nodepath) || > nodepath.getLength() == 0) ... > in configmgr/source/configurationprovider.cxx:204, > and nodepath is

[Libreoffice] weird code, please advise...

2011-12-13 Thread Olivier Hallot
Hi I am stumbling on the following piece of code if (nodepath.getLength() != 0 || !(value >>= nodepath) || nodepath.getLength() == 0) { badNodePath(); } in configmgr/source/configurationprovider.cxx:204, and nodepath is an rtl::OUString is thi