diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:26:19 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:26:19 +0000 |
commit | ed5ec058851076f3699c8205e9d5a83711daff80 (patch) | |
tree | 54d2d7f54d1907e2cd2efb16412af5455fd08f89 /offapi/com/sun/star/rendering | |
parent | bed43feddd6bb3c149fdb81037144a6911e7efe7 (diff) |
INTEGRATION: CWS canvas05 (1.6.182); FILE MERGED
2008/04/21 07:37:06 thb 1.6.182.2: RESYNC: (1.7-1.8); FILE MERGED
2007/10/01 13:33:53 thb 1.6.182.1: #i79437# Merge from CWS picom
Diffstat (limited to 'offapi/com/sun/star/rendering')
-rw-r--r-- | offapi/com/sun/star/rendering/XBufferController.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rendering/XBufferController.idl b/offapi/com/sun/star/rendering/XBufferController.idl index e0c2e753438a..94c4a403cede 100644 --- a/offapi/com/sun/star/rendering/XBufferController.idl +++ b/offapi/com/sun/star/rendering/XBufferController.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: XBufferController.idl,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -62,7 +62,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 com::sun::star::lang::IllegalArgumentException + @throws <type>com::sun::star::lang::IllegalArgumentException</type> if nBuffers is smaller than one. */ long createBuffers( [in] long nBuffers ) @@ -95,7 +95,7 @@ interface XBufferController : ::com::sun::star::uno::XInterface @return whether the switch was performed successfully. - @throws com::sun::star::lang::IllegalArgumentException + @throws <type>com::sun::star::lang::IllegalArgumentException</type> if nBuffer is outside the permissible range. */ boolean showBuffer( [in] boolean bUpdateAll ); |