summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/rendering/XBitmapPalette.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/XBitmapPalette.idl')
-rw-r--r--offapi/com/sun/star/rendering/XBitmapPalette.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rendering/XBitmapPalette.idl b/offapi/com/sun/star/rendering/XBitmapPalette.idl
index 42b8643cd601..9be0fc9bbd15 100644
--- a/offapi/com/sun/star/rendering/XBitmapPalette.idl
+++ b/offapi/com/sun/star/rendering/XBitmapPalette.idl
@@ -39,7 +39,6 @@ interface XBitmapPalette : ::com::sun::star::uno::XInterface
*/
long getNumberOfEntries();
- //-------------------------------------------------------------------------
/** Request the color for the given palette entry.
@@ -64,7 +63,6 @@ interface XBitmapPalette : ::com::sun::star::uno::XInterface
boolean getIndex( [out] sequence<ColorComponent> entry, [in] long nIndex )
raises (com::sun::star::lang::IndexOutOfBoundsException);
- //-------------------------------------------------------------------------
/** Set the color for the given palette entry.
@@ -96,7 +94,6 @@ interface XBitmapPalette : ::com::sun::star::uno::XInterface
raises (com::sun::star::lang::IndexOutOfBoundsException,
com::sun::star::lang::IllegalArgumentException);
- //-------------------------------------------------------------------------
/** Query associated color space.<p>