summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XScenario.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XScenario.idl')
-rw-r--r--offapi/com/sun/star/sheet/XScenario.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/sheet/XScenario.idl b/offapi/com/sun/star/sheet/XScenario.idl
index 006d4c0f4fd5..b0c30b718239 100644
--- a/offapi/com/sun/star/sheet/XScenario.idl
+++ b/offapi/com/sun/star/sheet/XScenario.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/table/CellRangeAddress.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides access to the settings of a scenario sheet.
@@ -35,32 +33,27 @@ module com { module sun { module star { module sheet {
*/
published interface XScenario: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns <TRUE/> if the current object is a scenario.
*/
boolean getIsScenario();
- //-------------------------------------------------------------------------
/** returns the comment for the scenario.
*/
string getScenarioComment();
- //-------------------------------------------------------------------------
/** sets a new comment for the scenario.
*/
void setScenarioComment( [in] string aScenarioComment );
- //-------------------------------------------------------------------------
/** adds more ranges to the scenario.
*/
void addRanges(
[in] sequence< com::sun::star::table::CellRangeAddress > aRanges );
- //-------------------------------------------------------------------------
/** applies the scenario.
@@ -72,7 +65,6 @@ published interface XScenario: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };