diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-18 08:35:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-18 08:35:34 +0000 |
commit | f2210ae725936fe3e8efcf8c7770a1dc5b4a3cf5 (patch) | |
tree | 2b6d1bcd27d40c3422acfe3d78f162242f540514 /offapi/com/sun/star/rendering/FillRule.idl | |
parent | 739379f2b2dfe15ef1dcf72807ec14272e25690b (diff) |
INTEGRATION: CWS presfixes03 (1.2.8); FILE MERGED
2005/04/01 16:25:56 thb 1.2.8.1: #i39245#, #i37793# Rectified some problems when implementing bezier curve support at the XPolyPolygon2D; replaced @since <bugid> with @since OOo 2.0.0; clarified documentation; removed last remnants of the drafts namespace
Diffstat (limited to 'offapi/com/sun/star/rendering/FillRule.idl')
-rw-r--r-- | offapi/com/sun/star/rendering/FillRule.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rendering/FillRule.idl b/offapi/com/sun/star/rendering/FillRule.idl index efb088cdb..2c529ed34 100644 --- a/offapi/com/sun/star/rendering/FillRule.idl +++ b/offapi/com/sun/star/rendering/FillRule.idl @@ -2,9 +2,9 @@ * * $RCSfile: FillRule.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2005-03-10 12:24:28 $ + * last change: $Author: obo $ $Date: 2005-04-18 09:35:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,7 +66,7 @@ module com { module sun { module star { module rendering { /** Determines which algorithm to use when determining inside and outside of filled poly-polygons. - @since #110496# + @since OOo 2.0.0 */ enum FillRule { |