diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-07-13 17:49:42 -0500 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-07-16 18:51:56 +0000 |
commit | 93180c7231f52d85eb361718f7139c568739a6e2 (patch) | |
tree | 7f5cb41463bcc036e6a995e4b1ff762d9d0b28a8 /offapi | |
parent | 9c0a390489dd99aee4beaf73845740776b8083aa (diff) |
idl add missing param description for XStorage and XSvgParser
Change-Id: Id33160c32d38411c5dd5a1a753db2b204865e717
Reviewed-on: https://gerrit.libreoffice.org/4896
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/frame/XStorable.idl | 3 | ||||
-rw-r--r-- | offapi/com/sun/star/graphic/XSvgParser.idl | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/frame/XStorable.idl b/offapi/com/sun/star/frame/XStorable.idl index ed0427fbff09..73252aa44fdf 100644 --- a/offapi/com/sun/star/frame/XStorable.idl +++ b/offapi/com/sun/star/frame/XStorable.idl @@ -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) diff --git a/offapi/com/sun/star/graphic/XSvgParser.idl b/offapi/com/sun/star/graphic/XSvgParser.idl index 4f4e141aa31b..89ce23f63c14 100644 --- a/offapi/com/sun/star/graphic/XSvgParser.idl +++ b/offapi/com/sun/star/graphic/XSvgParser.idl @@ -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, |