diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:30:20 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:30:20 +0000 |
commit | eb5d0996e4e00c9f5b02c8695812cb41555a6898 (patch) | |
tree | a9b5fc0fcc5e4ec9707dc1a1860db30eed828309 /offapi/com/sun/star/rendering | |
parent | 5200cf0640d42f22cee6b4ea05e6936e4147f2a6 (diff) |
INTEGRATION: CWS canvas05 (1.3.386); FILE MERGED
2008/04/21 07:37:09 thb 1.3.386.2: RESYNC: (1.3-1.4); FILE MERGED
2007/10/01 13:33:54 thb 1.3.386.1: #i79437# Merge from CWS picom
Diffstat (limited to 'offapi/com/sun/star/rendering')
-rw-r--r-- | offapi/com/sun/star/rendering/XVolatileBitmap.idl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rendering/XVolatileBitmap.idl b/offapi/com/sun/star/rendering/XVolatileBitmap.idl index daeaf77bdd12..ecbd20a9a9cb 100644 --- a/offapi/com/sun/star/rendering/XVolatileBitmap.idl +++ b/offapi/com/sun/star/rendering/XVolatileBitmap.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: XVolatileBitmap.idl,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -46,7 +46,8 @@ interface XVolatileBitmap : XBitmap As the video RAM allocated to this bitmap can be reclaimed at any time, a return value of true here does not imply that the next draw operation with this bitmap will succeed. Instead, - the exception VolatileContentDestroyed will be thrown then. + the exception VolatileContentDestroyed might then be thrown, + if lost bitmap data is accessed. */ boolean isValid(); }; |