summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/StyleFamily.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/style/StyleFamily.idl')
-rw-r--r--offapi/com/sun/star/style/StyleFamily.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/style/StyleFamily.idl b/offapi/com/sun/star/style/StyleFamily.idl
index 1da948070437..d48e263ad9c4 100644
--- a/offapi/com/sun/star/style/StyleFamily.idl
+++ b/offapi/com/sun/star/style/StyleFamily.idl
@@ -36,7 +36,7 @@ published service StyleFamily
the style sheets within this family by name.
<p>The elements in this container support the service
- <type>Style</type> and are accessed via an <type>XStyle</type>.
+ Style and are accessed via an XStyle.
*/
interface com::sun::star::container::XNameAccess;
@@ -44,14 +44,14 @@ published service StyleFamily
remove the style sheets within this family by name.
<p>The elements in this container support the service
- <type>Style</type> and are accessed via an <type>XStyle</type>.
+ Style and are accessed via an XStyle.
*/
[optional] interface com::sun::star::container::XNameContainer;
/** This optional interface makes it possible to access the style sheets
within this family by index.
<p>The elements in this container support the service
- <type>Style</type> and are accessed via an <type>XStyle</type>.
+ Style and are accessed via an XStyle.
*/
[optional] interface com::sun::star::container::XIndexAccess;