summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XDataPilotMemberResults.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XDataPilotMemberResults.idl')
-rw-r--r--offapi/com/sun/star/sheet/XDataPilotMemberResults.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XDataPilotMemberResults.idl b/offapi/com/sun/star/sheet/XDataPilotMemberResults.idl
index 5b6bdd05c95b..c6635254ec48 100644
--- a/offapi/com/sun/star/sheet/XDataPilotMemberResults.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotMemberResults.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/sheet/MemberResult.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides access to a sequence of results of a data pilot source level.
@@ -40,7 +38,6 @@ module com { module sun { module star { module sheet {
*/
published interface XDataPilotMemberResults: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the sequence of results for the regarding data pilot
source level.
@@ -49,7 +46,6 @@ published interface XDataPilotMemberResults: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };