summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/XIeeeDoubleBitmap.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/XIeeeDoubleBitmap.idl')
-rw-r--r--offapi/com/sun/star/rendering/XIeeeDoubleBitmap.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/rendering/XIeeeDoubleBitmap.idl b/offapi/com/sun/star/rendering/XIeeeDoubleBitmap.idl
index a08ab28569ac..6c938d1b954e 100644
--- a/offapi/com/sun/star/rendering/XIeeeDoubleBitmap.idl
+++ b/offapi/com/sun/star/rendering/XIeeeDoubleBitmap.idl
@@ -63,11 +63,11 @@ interface XIeeeDoubleBitmap : XIeeeDoubleReadOnlyBitmap
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 much
elements.
@@ -98,10 +98,10 @@ interface XIeeeDoubleBitmap : XIeeeDoubleReadOnlyBitmap
@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 much
elements.