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
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
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