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 this TRUE always, or did I missed something?

Thanks
-- 
Olivier Hallot
Founder and Steering Commitee Member
The Document Foundation
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to