summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/InterpolationMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/InterpolationMode.idl')
-rw-r--r--offapi/com/sun/star/rendering/InterpolationMode.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/rendering/InterpolationMode.idl b/offapi/com/sun/star/rendering/InterpolationMode.idl
index 40eb1d52e416..e0966924ed8d 100644
--- a/offapi/com/sun/star/rendering/InterpolationMode.idl
+++ b/offapi/com/sun/star/rendering/InterpolationMode.idl
@@ -49,7 +49,6 @@ constants InterpolationMode
*/
const byte NEAREST_NEIGHBOR=1;
- //-------------------------------------------------------------------------
/** Perform a linear interpolation.<p>
@@ -59,7 +58,6 @@ constants InterpolationMode
*/
const byte LINEAR=2;
- //-------------------------------------------------------------------------
/** Perform a cubic interpolation.<p>
@@ -70,7 +68,6 @@ constants InterpolationMode
*/
const byte CUBIC=3;
- //-------------------------------------------------------------------------
/** Perform a cubic Bezier spline interpolation.<p>
@@ -81,7 +78,6 @@ constants InterpolationMode
*/
const byte BEZIERSPLINE3=4;
- //-------------------------------------------------------------------------
/** Perform a quadric Bezier spline interpolation.<p>