summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/SheetRangesQuery.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/SheetRangesQuery.idl')
-rw-r--r--offapi/com/sun/star/sheet/SheetRangesQuery.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/SheetRangesQuery.idl b/offapi/com/sun/star/sheet/SheetRangesQuery.idl
index bb38ac72046d..ad4e1c0d657f 100644
--- a/offapi/com/sun/star/sheet/SheetRangesQuery.idl
+++ b/offapi/com/sun/star/sheet/SheetRangesQuery.idl
@@ -23,23 +23,19 @@
#include <com/sun/star/sheet/XCellRangesQuery.idl>
#include <com/sun/star/sheet/XFormulaQuery.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides interfaces to find cells with specific properties.
*/
published service SheetRangesQuery
{
- //-------------------------------------------------------------------------
/** provides methods to query for cell ranges with specific contents.
*/
interface com::sun::star::sheet::XCellRangesQuery;
- //-------------------------------------------------------------------------
/** provides methods to find dependent cells of formula cells.
*/
@@ -47,7 +43,6 @@ published service SheetRangesQuery
};
-//=============================================================================
}; }; }; };