summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/graphic/XGraphic.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/graphic/XGraphic.idl')
-rw-r--r--offapi/com/sun/star/graphic/XGraphic.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/graphic/XGraphic.idl b/offapi/com/sun/star/graphic/XGraphic.idl
index b12d4414c746..3acabcf2f2d7 100644
--- a/offapi/com/sun/star/graphic/XGraphic.idl
+++ b/offapi/com/sun/star/graphic/XGraphic.idl
@@ -29,12 +29,12 @@ module com { module sun { module star { module graphic
/** This interface acts as a container for the loaded graphic.
<p>The interface itself can be retrieved by using the appropriate
- methods of <type>XGraphicProvider</type> interface.
- <type>XGraphicProvider</type> also offers a method to store
+ methods of XGraphicProvider interface.
+ XGraphicProvider also offers a method to store
the graphic content at a specific location</p>
<p>To render the graphic content onto a specific device, you
- have to create a <type>XGraphicRenderer</type> interface and pass
+ have to create a XGraphicRenderer interface and pass
this interface appropriately</p>
@see XGraphicProvider