summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XExternalSheetName.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XExternalSheetName.idl')
-rw-r--r--offapi/com/sun/star/sheet/XExternalSheetName.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XExternalSheetName.idl b/offapi/com/sun/star/sheet/XExternalSheetName.idl
index f64a65366a3b..dc9cdf95b5ed 100644
--- a/offapi/com/sun/star/sheet/XExternalSheetName.idl
+++ b/offapi/com/sun/star/sheet/XExternalSheetName.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/container/ElementExistException.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides a method to set an external name at the sheet.
@@ -40,7 +38,6 @@ module com { module sun { module star { module sheet {
*/
interface XExternalSheetName: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** sets an external name at the sheet.
@@ -61,7 +58,6 @@ interface XExternalSheetName: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };