summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ui/ImageType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/ImageType.idl')
-rw-r--r--offapi/com/sun/star/ui/ImageType.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ui/ImageType.idl b/offapi/com/sun/star/ui/ImageType.idl
index 13fb1e9a38be..1d4ce2af4e69 100644
--- a/offapi/com/sun/star/ui/ImageType.idl
+++ b/offapi/com/sun/star/ui/ImageType.idl
@@ -32,19 +32,15 @@ module com { module sun { module star { module ui {
*/
constants ImageType
{
- //-------------------------------------------------------------------------
/** an image with default size.
*/
const short SIZE_DEFAULT = 0;
- //-------------------------------------------------------------------------
/** an image with big size;
*/
const short SIZE_LARGE = 1;
- //-------------------------------------------------------------------------
/** an image with normal colors.
*/
const short COLOR_NORMAL = 0;
- //-------------------------------------------------------------------------
/** an image with high contrast colors.
*/
const short COLOR_HIGHCONTRAST = 4;