summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XExternalDocLink.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XExternalDocLink.idl')
-rw-r--r--offapi/com/sun/star/sheet/XExternalDocLink.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XExternalDocLink.idl b/offapi/com/sun/star/sheet/XExternalDocLink.idl
index 0cf0be44553d..087747e4d687 100644
--- a/offapi/com/sun/star/sheet/XExternalDocLink.idl
+++ b/offapi/com/sun/star/sheet/XExternalDocLink.idl
@@ -27,7 +27,6 @@
module com { module sun { module star { module sheet {
-//=============================================================================
/** Primary interface for the <type scope="com::sun::star::sheet">ExternalDocLink</type> service.
@@ -41,7 +40,6 @@ interface XExternalDocLink
interface com::sun::star::container::XIndexAccess;
interface com::sun::star::container::XEnumerationAccess;
- //-------------------------------------------------------------------------
/** <p>This method adds a new sheet cache instance to the external document
link for a specified sheet name. If a sheet cache instance already
@@ -63,7 +61,6 @@ interface XExternalDocLink
*/
com::sun::star::sheet::XExternalSheetCache addSheetCache( [in] string aSheetName, [in] boolean DynamicCache );
- //-------------------------------------------------------------------------
/** Index corresponding to the external document link.
@@ -83,7 +80,6 @@ interface XExternalDocLink
[attribute, readonly] long TokenIndex;
};
-//=============================================================================
}; }; }; };