summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/gallery/XGalleryItem.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/gallery/XGalleryItem.idl')
-rw-r--r--offapi/com/sun/star/gallery/XGalleryItem.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/gallery/XGalleryItem.idl b/offapi/com/sun/star/gallery/XGalleryItem.idl
index 907cb375efaa..6687b8354874 100644
--- a/offapi/com/sun/star/gallery/XGalleryItem.idl
+++ b/offapi/com/sun/star/gallery/XGalleryItem.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module gallery {
-//=============================================================================
/** provides access to a single item of a Gallery theme.
*/
@@ -42,7 +40,6 @@ interface XGalleryItem : com::sun::star::uno::XInterface
byte getType();
};
-//=============================================================================
}; }; }; };