summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XSheetAnnotationsSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XSheetAnnotationsSupplier.idl')
-rw-r--r--offapi/com/sun/star/sheet/XSheetAnnotationsSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XSheetAnnotationsSupplier.idl b/offapi/com/sun/star/sheet/XSheetAnnotationsSupplier.idl
index 0d8f196256b1..05647fcb93e7 100644
--- a/offapi/com/sun/star/sheet/XSheetAnnotationsSupplier.idl
+++ b/offapi/com/sun/star/sheet/XSheetAnnotationsSupplier.idl
@@ -23,17 +23,14 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/sheet/XSheetAnnotations.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides access to a collection of cell annotations.
*/
published interface XSheetAnnotationsSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the collection of cell annotations.
@@ -43,7 +40,6 @@ published interface XSheetAnnotationsSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };