summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XScenarioEnhanced.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XScenarioEnhanced.idl')
-rw-r--r--offapi/com/sun/star/sheet/XScenarioEnhanced.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/XScenarioEnhanced.idl b/offapi/com/sun/star/sheet/XScenarioEnhanced.idl
index 8e5348ac9d17..e9c348b76aaf 100644
--- a/offapi/com/sun/star/sheet/XScenarioEnhanced.idl
+++ b/offapi/com/sun/star/sheet/XScenarioEnhanced.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/table/CellRangeAddress.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides enhanced access to the settings of a scenario sheet.
@@ -42,16 +40,13 @@ module com { module sun { module star { module sheet {
*/
interface XScenarioEnhanced: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** gets the ranges to the scenario.
*/
sequence< com::sun::star::table::CellRangeAddress > getRanges();
- //-------------------------------------------------------------------------
};
-//=============================================================================
}; }; }; };