summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/RenderState.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/RenderState.idl')
-rw-r--r--offapi/com/sun/star/rendering/RenderState.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rendering/RenderState.idl b/offapi/com/sun/star/rendering/RenderState.idl
index e032d95bc6c6..1438757e421e 100644
--- a/offapi/com/sun/star/rendering/RenderState.idl
+++ b/offapi/com/sun/star/rendering/RenderState.idl
@@ -27,11 +27,11 @@ module com { module sun { module star { module rendering {
interface XPolyPolygon2D;
/** This structure contains information passed to each
- <type>XCanvas</type> render operation.<p>
+ XCanvas render operation.<p>
This structure contains information considered as the render
state, i.e. the common setup required to render each individual
- <type>XCanvas</type> primitive.<p>
+ XCanvas primitive.<p>
@since OOo 2.0
*/
@@ -82,7 +82,7 @@ struct RenderState
The composite mode determines in which way the primitive and
possibly existing background is combined. The permissible
- values must be one out of the <type>CompositeOperation</type>
+ values must be one out of the CompositeOperation
constants.<p>
*/
byte CompositeOperation;