https://bz.apache.org/ooo/show_bug.cgi?id=127315

--- Comment #12 from Don Lewis <[email protected]> ---
ErrorCode 72 seems to come from sw/source/ui/app/error.src:

        String WARN_CODE ( ERRCODE_CLASS_READ , WARN_SWG_FEATURES_LOST )
        {
                Text [ en-US ] = "Not all attributes could be read." ;
        };

and sw/source/filter/xml/swxml.cxx:


        catch (lang::WrappedTargetException & e)
        {
            ucb::InteractiveAugmentedIOException iaioe;
            if (e.TargetException >>= iaioe)
            {
                // import error that was not ignored by InteractionHandler!
                nWarnRDF = ERR_SWG_READ_ERROR;
            }
            else
            {
                nWarnRDF = WARN_SWG_FEATURES_LOST; // uhh... something wrong?
            }
        }

I don't see any signs of a library conflict.

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to