summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/gallery/GalleryItem.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/gallery/GalleryItem.idl')
-rw-r--r--offapi/com/sun/star/gallery/GalleryItem.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/gallery/GalleryItem.idl b/offapi/com/sun/star/gallery/GalleryItem.idl
index ed05b9729ba5..b577b3ccb3fb 100644
--- a/offapi/com/sun/star/gallery/GalleryItem.idl
+++ b/offapi/com/sun/star/gallery/GalleryItem.idl
@@ -34,11 +34,9 @@
#include <com/sun/star/graphic/XGraphic.idl>
#include <com/sun/star/lang/XComponent.idl>
-//=============================================================================
module com { module sun { module star { module gallery {
-//=============================================================================
/** service to get access to the properties of a single Gallery item
*/
@@ -86,7 +84,6 @@ service GalleryItem
[optional, readonly, property ] ::com::sun::star::lang::XComponent Drawing;
};
-//=============================================================================
}; }; }; };