summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/XIntegerBitmap.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/XIntegerBitmap.idl')
-rw-r--r--offapi/com/sun/star/rendering/XIntegerBitmap.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/rendering/XIntegerBitmap.idl b/offapi/com/sun/star/rendering/XIntegerBitmap.idl
index cdad34c3fc92..2f4c6ae92e00 100644
--- a/offapi/com/sun/star/rendering/XIntegerBitmap.idl
+++ b/offapi/com/sun/star/rendering/XIntegerBitmap.idl
@@ -67,11 +67,11 @@ interface XIntegerBitmap : XIntegerReadOnlyBitmap
Destination rectangle, within the bounds of the bitmap, to set
the data in.
- @throws <type>com::sun::star::lang::IndexOutOfBoundsException</type>
+ @throws com::sun::star::lang::IndexOutOfBoundsException
if parts of the given rectangle are outside the permissible
bitmap area.
- @throws <type>com::sun::star::lang::IllegalArgumentException</type>
+ @throws com::sun::star::lang::IllegalArgumentException
if the given memory layout does not match this bitmap's
layout, or if the given data sequence has too few or too many
elements.
@@ -107,10 +107,10 @@ interface XIntegerBitmap : XIntegerReadOnlyBitmap
@param pos
Pixel position with the bounds of the bitmap to set.
- @throws <type>com::sun::star::lang::IndexOutOfBoundsException</type>
+ @throws com::sun::star::lang::IndexOutOfBoundsException
if the given point is outside the permissible bitmap area.
- @throws <type>com::sun::star::lang::IllegalArgumentException</type>
+ @throws com::sun::star::lang::IllegalArgumentException
if the given memory layout does not match this bitmap's
layout, or if the given data sequence has too few or too many
elements.