[Libreoffice-commits] core.git: offapi/com
Norbert Thiebaud
nthiebaud at gmail.com
Tue Jul 16 11:52:19 PDT 2013
offapi/com/sun/star/frame/XStorable.idl | 3 +++
offapi/com/sun/star/graphic/XSvgParser.idl | 3 +++
2 files changed, 6 insertions(+)
New commits:
commit 93180c7231f52d85eb361718f7139c568739a6e2
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Sat Jul 13 17:49:42 2013 -0500
idl add missing param description for XStorage and XSvgParser
Change-Id: Id33160c32d38411c5dd5a1a753db2b204865e717
Reviewed-on: https://gerrit.libreoffice.org/4896
Reviewed-by: Andras Timar <atimar at suse.com>
Tested-by: Andras Timar <atimar at suse.com>
diff --git a/offapi/com/sun/star/frame/XStorable.idl b/offapi/com/sun/star/frame/XStorable.idl
index ed0427f..73252aa 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 4f4e141..89ce23f 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,
More information about the Libreoffice-commits
mailing list