summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/gallery/GalleryItemType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/gallery/GalleryItemType.idl')
-rw-r--r--offapi/com/sun/star/gallery/GalleryItemType.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/gallery/GalleryItemType.idl b/offapi/com/sun/star/gallery/GalleryItemType.idl
index fc5c2710d249..f598a2a7d0f5 100644
--- a/offapi/com/sun/star/gallery/GalleryItemType.idl
+++ b/offapi/com/sun/star/gallery/GalleryItemType.idl
@@ -26,28 +26,23 @@ module com { module sun { module star { module gallery {
*/
constants GalleryItemType
{
- //-------------------------------------------------------------------------
/** Item is empty
*/
const byte EMPTY = 0;
- //-------------------------------------------------------------------------
/** Item represents a graphic
*/
const byte GRAPHIC = 1;
- //-------------------------------------------------------------------------
/** Item represents a media file
*/
const byte MEDIA = 2;
- //-------------------------------------------------------------------------
/** Item represents a drawing
*/
const byte DRAWING = 3;
};
-//=============================================================================
}; }; }; };