summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/XGraphicDevice.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/XGraphicDevice.idl')
-rw-r--r--offapi/com/sun/star/rendering/XGraphicDevice.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rendering/XGraphicDevice.idl b/offapi/com/sun/star/rendering/XGraphicDevice.idl
index b3ae86908176..b2752c078220 100644
--- a/offapi/com/sun/star/rendering/XGraphicDevice.idl
+++ b/offapi/com/sun/star/rendering/XGraphicDevice.idl
@@ -190,8 +190,8 @@ interface XGraphicDevice : ::com::sun::star::uno::XInterface
getAvailableServiceNames() on the returned interface):
- Gradients - all gradients need to support two construction
- parameters, "Colors" being a <type>sequence<Color></type>
- and "Stops" being a <type>sequence<double></type>. Both must
+ parameters, "Colors" being a `sequence<Color>`
+ and "Stops" being a `sequence<double>`. Both must
have the same length, and at least two elements. See
http://www.w3.org/TR/SVG11/pservers.html#GradientStops for
the semantics of gradient stops and colors.