https://bugs.documentfoundation.org/show_bug.cgi?id=89245

--- Comment #21 from [email protected] ---
I tried to insert the image with a Macro:

    oStyleFamilies = ThisComponent.getStyleFamilies()
    oPageStyles = oStyleFamilies.getByName("PageStyles")
    oPageDefault = oPageStyles.getByName("Default")
    oPageDefault.HeaderBackGraphicURL = imageURL


This is only possible if a string is entered. With ConvertToUrl(), the value is
not set and remains empty.

    imageURL="/home/riwollis/logo.gif" is possible

    imageURL="file:///home/riwollis/logo.gif" don't work.

-- 
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

Reply via email to