summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/graphic/GraphicColorMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/graphic/GraphicColorMode.idl')
-rw-r--r--offapi/com/sun/star/graphic/GraphicColorMode.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/graphic/GraphicColorMode.idl b/offapi/com/sun/star/graphic/GraphicColorMode.idl
index 1e156a3e660f..9c92011850ab 100644
--- a/offapi/com/sun/star/graphic/GraphicColorMode.idl
+++ b/offapi/com/sun/star/graphic/GraphicColorMode.idl
@@ -20,11 +20,9 @@
#ifndef __com_sun_star_graphic_GraphicColorMode_idl__
#define __com_sun_star_graphic_GraphicColorMode_idl__
-//=============================================================================
module com { module sun { module star { module graphic {
-//=============================================================================
/** describes different color modes which can be specified when requesting a graphic.
*/
@@ -41,11 +39,9 @@ constants GraphicColorMode
const long HIGH_CONTRAST = 1;
};
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif