diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:25:50 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:25:50 +0000 |
commit | 127fff8eb4c463ed7fc630744327d4c7164e1512 (patch) | |
tree | 794f6dabdc6e7dd8cbe95d7027ffef21089b990b /offapi/com/sun | |
parent | bb0adff11d90d880ae37b6bccd13ca3105f81a75 (diff) |
INTEGRATION: CWS canvas05 (1.4.386); FILE MERGED
2008/04/21 07:37:50 thb 1.4.386.3: RESYNC: (1.5-1.6); FILE MERGED
2008/04/07 14:35:50 thb 1.4.386.2: RESYNC: (1.4-1.5); FILE MERGED
2007/10/01 13:33:53 thb 1.4.386.1: #i79437# Merge from CWS picom
Diffstat (limited to 'offapi/com/sun')
-rw-r--r-- | offapi/com/sun/star/rendering/XBitmapCanvas.idl | 6 |
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 a9320a0fb..260422e02 100644 --- a/offapi/com/sun/star/rendering/XBitmapCanvas.idl +++ b/offapi/com/sun/star/rendering/XBitmapCanvas.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: XBitmapCanvas.idl,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -121,7 +121,7 @@ interface XBitmapCanvas : XCanvas the compositing mode must be one of the <type>CompositingOperation</type> values. - @throws com::sun::star::lang::IllegalArgumentException + @throws <type>com::sun::star::lang::IllegalArgumentException</type> if one of the parameters are not within the specified range. */ void copyRect( [in] XBitmapCanvas sourceCanvas, @@ -136,7 +136,7 @@ interface XBitmapCanvas : XCanvas // TODO: Multiple-inheritance interfaces -/** This service provides the interfaces for a BitmapCanvas +/** This service provides the interfaces for a <type>XBitmapCanvas</type> */ service BitmapCanvas { |