summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/XBufferController.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/XBufferController.idl')
-rw-r--r--offapi/com/sun/star/rendering/XBufferController.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rendering/XBufferController.idl b/offapi/com/sun/star/rendering/XBufferController.idl
index 04989a402e2f..bb49143ee5c9 100644
--- a/offapi/com/sun/star/rendering/XBufferController.idl
+++ b/offapi/com/sun/star/rendering/XBufferController.idl
@@ -47,7 +47,7 @@ interface XBufferController : ::com::sun::star::uno::XInterface
@return the number of actually generated buffers, which might
be between 0 (no double-buffering available) and nBuffers.
- @throws <type>com::sun::star::lang::IllegalArgumentException</type>
+ @throws com::sun::star::lang::IllegalArgumentException
if nBuffers is smaller than one.
*/
long createBuffers( [in] long nBuffers )
@@ -78,7 +78,7 @@ interface XBufferController : ::com::sun::star::uno::XInterface
@return whether the switch was performed successfully.
- @throws <type>com::sun::star::lang::IllegalArgumentException</type>
+ @throws com::sun::star::lang::IllegalArgumentException
if nBuffer is outside the permissible range.
*/
boolean showBuffer( [in] boolean bUpdateAll );