https://bugs.freedesktop.org/show_bug.cgi?id=51278
Lionel Elie Mamane <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|Other |All OS/Version|Windows (All) |All --- Comment #6 from Lionel Elie Mamane <[email protected]> 2012-06-24 05:04:38 PDT --- Here are my findings up to now: dbaui::OLinkedDocumentsAccess::newDocument (file dbaccess/source/ui/misc/linkeddocuments.cxx) gets called with i_nActionID==ID_REPORT_NEW_TEXT, which thus sets a ClassID of {-41 '\327', -119 '\211', 109 'm', 82 'R', -73 '\267', -81 '\257', 72 'H', 32 ' ', -99 '\235', -2 '\376', -44 '\324', 4 '\004', -48 '\320', 21 '\025', -106 '\226', 15 '\017'}. This then trickles down to OOoEmbeddedObjectFactory::createInstanceUserInit (file embeddedobj/source/commonembedding/xfactory.cxx) which calls m_aConfigHelper.GetObjectPropsByClassID( aClassID ); (file comphelper/source/misc/mimeconfighelper.cxx) which stringifies the ClassID to d7896d52-b7af-4820-9dfe-d404d015960f and calls xObjConfig->getByName( aStringClassID.toAsciiUpperCase() ) which throws css::container::NoSuchElementException. So either the ClassID being used is incorrect, or it is correct and should be found, but is not found. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
