summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/graphic/GraphicDescriptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/graphic/GraphicDescriptor.idl')
-rw-r--r--offapi/com/sun/star/graphic/GraphicDescriptor.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/graphic/GraphicDescriptor.idl b/offapi/com/sun/star/graphic/GraphicDescriptor.idl
index 84140a7ea7e3..91724ca0c3b9 100644
--- a/offapi/com/sun/star/graphic/GraphicDescriptor.idl
+++ b/offapi/com/sun/star/graphic/GraphicDescriptor.idl
@@ -116,7 +116,7 @@ published service GraphicDescriptor
<p>This property is always <TRUE/> for vector graphics.
The status of this flag is not always clear if the
graphic was not loaded at all, e.g. in case of just
- querying for the <type>GraphicDescriptor</type>.</p>
+ querying for the GraphicDescriptor.</p>
*/
[optional, property] boolean Transparent;
@@ -124,7 +124,7 @@ published service GraphicDescriptor
<p>The status of this flag is not always clear if the
graphic was not loaded at all, e.g. in case of just
- querying for the <type>GraphicDescriptor</type></p>
+ querying for the GraphicDescriptor</p>
*/
[optional, property] boolean Alpha;
@@ -133,7 +133,7 @@ published service GraphicDescriptor
<p>The status of this flag is not always clear if the
graphic was not loaded at all, e.g. in case of just
- querying for the <type>GraphicDescriptor</type></p>
+ querying for the GraphicDescriptor</p>
*/
[optional, property] boolean Animated;
};