summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XFillAcrossSheet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XFillAcrossSheet.idl')
-rw-r--r--offapi/com/sun/star/sheet/XFillAcrossSheet.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XFillAcrossSheet.idl b/offapi/com/sun/star/sheet/XFillAcrossSheet.idl
index ecf54cf5edaf..93a47e74c24a 100644
--- a/offapi/com/sun/star/sheet/XFillAcrossSheet.idl
+++ b/offapi/com/sun/star/sheet/XFillAcrossSheet.idl
@@ -23,17 +23,14 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** @deprecated
*/
published interface XFillAcrossSheet: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** copies data between ranges onto different sheets in
the document.
@@ -42,7 +39,6 @@ published interface XFillAcrossSheet: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };