summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/XBitmapCanvas.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/XBitmapCanvas.idl')
-rw-r--r--offapi/com/sun/star/rendering/XBitmapCanvas.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rendering/XBitmapCanvas.idl b/offapi/com/sun/star/rendering/XBitmapCanvas.idl
index 1ead7c07e3c8..8c567ae598cd 100644
--- a/offapi/com/sun/star/rendering/XBitmapCanvas.idl
+++ b/offapi/com/sun/star/rendering/XBitmapCanvas.idl
@@ -73,7 +73,7 @@ interface XBitmapCanvas : XCanvas
The render state to apply to the source of this copy
operation. The render transformation must be non-singular, and
the compositing mode must be one of the
- <type>CompositingOperation</type> values.
+ CompositingOperation values.
@param destRect
Rectangle into which to copy the bitmap data. This rectangle
@@ -93,9 +93,9 @@ interface XBitmapCanvas : XCanvas
The render state to apply to the destination of this copy
operation. The render transformation must be non-singular, and
the compositing mode must be one of the
- <type>CompositingOperation</type> values.
+ CompositingOperation values.
- @throws <type>com::sun::star::lang::IllegalArgumentException</type>
+ @throws com::sun::star::lang::IllegalArgumentException
if one of the parameters are not within the specified range.
*/
void copyRect( [in] XBitmapCanvas sourceCanvas,