[Libreoffice-bugs] [Bug 119519] Basic: insert graphicobject via ThisComponent.createInstance("com.sun.star.text.GraphicObject") not working in 6.1.0.3
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Aug 30 12:36:15 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=119519
--- Comment #8 from Kai Struck <struckkai at gmx.net> ---
Hallo,
will the api changes go into any version higher than 6.0.x.x?
If so then I would use a version check like:
if val(replace(Officeversion,"LibreOffice",""))>6 then
oGraph.Graphic = getgraphfromurlaslink(sURL)
else
oGraph.GraphicURL = sURL
end if
function Officeversion
If (Not GlobalScope.BasicLibraries.isLibraryLoaded("Tools")) Then
GlobalScope.BasicLibraries.LoadLibrary("Tools")
Officeversion = GetProductName()
end function
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180830/7e8d4a56/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list