Kaydet (Commit) 93180c72 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud Kaydeden (comit) Andras Timar

idl add missing param description for XStorage and XSvgParser

Change-Id: Id33160c32d38411c5dd5a1a753db2b204865e717
Reviewed-on: https://gerrit.libreoffice.org/4896Reviewed-by: 's avatarAndras Timar <atimar@suse.com>
Tested-by: 's avatarAndras Timar <atimar@suse.com>
üst 9c0a3904
......@@ -131,6 +131,9 @@ published interface XStorable: com::sun::star::uno::XInterface
if an IO error occurred during save operation
(may the location is unknown)
@param sURL
specifies the location where to store the object
@param lArguments
optional parameters for saving
(see com::sun::star::document::MediaDescriptor for further details)
......
......@@ -37,6 +37,9 @@ interface XSvgParser : ::com::sun::star::uno::XInterface
@param xSvgStream
The file containing the SVG XML data
@param aAbsolutePath
The path containing the SVG XML data
*/
sequence< XPrimitive2D > getDecomposition(
[in] io::XInputStream xSvgStream,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment