summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/CellAnnotations.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/CellAnnotations.idl')
-rw-r--r--offapi/com/sun/star/sheet/CellAnnotations.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/CellAnnotations.idl b/offapi/com/sun/star/sheet/CellAnnotations.idl
index 9a60b7baa162..5bb0e770425a 100644
--- a/offapi/com/sun/star/sheet/CellAnnotations.idl
+++ b/offapi/com/sun/star/sheet/CellAnnotations.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/sheet/XSheetAnnotations.idl>
#include <com/sun/star/container/XEnumerationAccess.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** represents a collection of cell annotations.
@@ -35,7 +33,6 @@ module com { module sun { module star { module sheet {
*/
published service CellAnnotations
{
- //-------------------------------------------------------------------------
/** provides methods to access cell annotations via index and to
insert and remove annotations.
@@ -44,7 +41,6 @@ published service CellAnnotations
*/
interface com::sun::star::sheet::XSheetAnnotations;
- //-------------------------------------------------------------------------
/** creates an enumeration of all cell annotations.
@@ -54,7 +50,6 @@ published service CellAnnotations
};
-//=============================================================================
}; }; }; };