summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XCalculatable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XCalculatable.idl')
-rw-r--r--offapi/com/sun/star/sheet/XCalculatable.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sheet/XCalculatable.idl b/offapi/com/sun/star/sheet/XCalculatable.idl
index 25efa76f72ed..47e8192a1474 100644
--- a/offapi/com/sun/star/sheet/XCalculatable.idl
+++ b/offapi/com/sun/star/sheet/XCalculatable.idl
@@ -22,17 +22,14 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** represents something that can recalculate.
*/
published interface XCalculatable: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** recalculates all dirty cells.
@@ -41,13 +38,11 @@ published interface XCalculatable: com::sun::star::uno::XInterface
*/
void calculate();
- //-------------------------------------------------------------------------
/** recalculates all cells.
*/
void calculateAll();
- //-------------------------------------------------------------------------
/** returns whether automatic calculation is enabled.
@@ -61,7 +56,6 @@ published interface XCalculatable: com::sun::star::uno::XInterface
*/
boolean isAutomaticCalculationEnabled();
- //-------------------------------------------------------------------------
/** enables automatic calculation.
@@ -77,7 +71,6 @@ published interface XCalculatable: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };