summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 12:22:08 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 12:22:08 +0000
commitb9ac1be3f9efd3dcde04b9594ba8e3a5551dc660 (patch)
tree58fedea24351cb4f860510342d3e913aaac03473
parent8c3a5a20c7260e00fcc59dca841448b8a3e566a9 (diff)
INTEGRATION: CWS canvas02 (1.3.16); FILE MERGED
2005/10/08 20:41:45 thb 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/17 23:31:14 thb 1.3.16.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)
-rw-r--r--offapi/com/sun/star/rendering/RenderState.idl7
1 files changed, 4 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rendering/RenderState.idl b/offapi/com/sun/star/rendering/RenderState.idl
index c2b61c286..4fbd9871c 100644
--- a/offapi/com/sun/star/rendering/RenderState.idl
+++ b/offapi/com/sun/star/rendering/RenderState.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: RenderState.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 02:53:25 $
+ * last change: $Author: kz $ $Date: 2005-11-02 13:22:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -79,7 +79,8 @@ struct RenderState
i.e. everything rendered to the canvas will be visible
(subject to device-dependent constraints, of
course). Specifying an empty XPolyPolygon2D, i.e. a
- poly-polygon containing zero polygons, denotes the NULL
+ poly-polygon containing zero polygons, or an XPolyPolygon2D
+ with any number of empty sub-polygons, denotes the NULL
clip. That means, nothing rendered to the canvas will be
visible.<p>
*/