summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XSheetAnnotationAnchor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XSheetAnnotationAnchor.idl')
-rw-r--r--offapi/com/sun/star/sheet/XSheetAnnotationAnchor.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XSheetAnnotationAnchor.idl b/offapi/com/sun/star/sheet/XSheetAnnotationAnchor.idl
index 4581cdc3ee0e..149518a17eff 100644
--- a/offapi/com/sun/star/sheet/XSheetAnnotationAnchor.idl
+++ b/offapi/com/sun/star/sheet/XSheetAnnotationAnchor.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/sheet/XSheetAnnotation.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides access to a cell annotation attached to a spreadsheet cell.
@@ -36,7 +34,6 @@
*/
published interface XSheetAnnotationAnchor: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the annotation at this anchor.
*/
@@ -44,7 +41,6 @@ published interface XSheetAnnotationAnchor: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };