summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/XStyleSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/style/XStyleSupplier.idl')
-rw-r--r--offapi/com/sun/star/style/XStyleSupplier.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/style/XStyleSupplier.idl b/offapi/com/sun/star/style/XStyleSupplier.idl
index 1e9e171ae183..0b9706da30c0 100644
--- a/offapi/com/sun/star/style/XStyleSupplier.idl
+++ b/offapi/com/sun/star/style/XStyleSupplier.idl
@@ -39,14 +39,14 @@ interface XStyleSupplier : ::com::sun::star::uno::XInterface
@return the style. If no style was set, the returned object
may be empty (null). Otherwise, the returned object
must support the service
- <type>PropertyTemplate</type>.
+ PropertyTemplate.
*/
::com::sun::star::style::XStyle getStyle();
/** @param xStyle If you want to remove an existing style, you can
set an empty (null) object. Otherwise, the object
given must support the service
- <type>PropertyTemplate</type>.
+ PropertyTemplate.
*/
void setStyle( [in] ::com::sun::star::style::XStyle xStyle )
raises( com::sun::star::lang::IllegalArgumentException );