:: com :: sun :: star :: document ::

interface XGraphicObjectResolver

Methods' Summary
resolveGraphicObjectURL [ DEPRECATED ]
converts the given URL from the source URL namespace to the destination URL space of this instance.  
Methods' Details
resolveGraphicObjectURL
string
resolveGraphicObjectURL( [in] string  aURL );

Usage Restrictions
deprecated
Deprecation Info
since LibreOffice 6.1 - throws a RuntimeException if called
Description
converts the given URL from the source URL namespace to the destination URL space of this instance.
Top of Page