summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/gallery/XGalleryTheme.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/gallery/XGalleryTheme.idl')
-rw-r--r--offapi/com/sun/star/gallery/XGalleryTheme.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/gallery/XGalleryTheme.idl b/offapi/com/sun/star/gallery/XGalleryTheme.idl
index 7de89d2e88fa..872055a575ae 100644
--- a/offapi/com/sun/star/gallery/XGalleryTheme.idl
+++ b/offapi/com/sun/star/gallery/XGalleryTheme.idl
@@ -27,11 +27,9 @@
#include <com/sun/star/graphic/XGraphic.idl>
#include <com/sun/star/gallery/XGalleryItem.idl>
-//=============================================================================
module com { module sun { module star { module gallery {
-//=============================================================================
/** provides access to the items of a Gallery themes. It also allows
inserting and removing of single items.
@@ -145,7 +143,6 @@ interface XGalleryTheme : com::sun::star::container::XIndexAccess
raises ( com::sun::star::lang::IndexOutOfBoundsException );
};
-//=============================================================================
}; }; }; };