[Libreoffice-commits] core.git: offapi/com
Laurent Godard
lgodard.libre at laposte.net
Thu Aug 14 23:47:51 PDT 2014
offapi/com/sun/star/style/XStyleLoader2.idl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1f795ad128ce52dfd2edfb567454f2d5785b6016
Author: Laurent Godard <lgodard.libre at laposte.net>
Date: Thu Aug 14 18:26:51 2014 +0200
XStyleLoader2 : correct idl description
only implemented for calc at the moment
Change-Id: I7ac631567a69c9ad30da79caad3c50359de14437
Reviewed-on: https://gerrit.libreoffice.org/10923
Reviewed-by: David Tardon <dtardon at redhat.com>
Tested-by: David Tardon <dtardon at redhat.com>
diff --git a/offapi/com/sun/star/style/XStyleLoader2.idl b/offapi/com/sun/star/style/XStyleLoader2.idl
index 819ea9b..dbdde44 100644
--- a/offapi/com/sun/star/style/XStyleLoader2.idl
+++ b/offapi/com/sun/star/style/XStyleLoader2.idl
@@ -17,7 +17,7 @@
module com { module sun { module star { module style {
-/** extends XStyleLoader interface to import styles from an already opened calc or writer component.
+/** extends XStyleLoader interface to import styles from an already opened component.
@see com::sun::star::style::XStyleLoader
@@ -28,7 +28,7 @@ interface XStyleLoader2: com::sun::star::style::XStyleLoader
/** loads styles from a given document
<p>
@param aSourceComponent
- a valid XComponent reference to source doc (calc or writer)
+ a valid XComponent reference to source document
@param aOptions
Specifies which of the Style families the method should load.
The <code>sequence<PropertyValue></code> has the following, optional items:
More information about the Libreoffice-commits
mailing list