https://bugs.freedesktop.org/show_bug.cgi?id=67421
--- Comment #1 from Mike Kaganski <[email protected]> --- As a workaround, the following code may be used: ... oModel = oMathObject.Model if (isNull(oModel) or isEmpty(oModel)) then ' Workaround Bug 67421 oModel = oMathObject.Model end if if ((not isNull(oModel)) and (not isEmpty(oModel))) then ... i.e. the second time the same function on the same object returns the requested model just fine! -- 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
