summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report/XFunctionsSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report/XFunctionsSupplier.idl')
-rw-r--r--offapi/com/sun/star/report/XFunctionsSupplier.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/report/XFunctionsSupplier.idl b/offapi/com/sun/star/report/XFunctionsSupplier.idl
index e7970a2d6430..07e9dc5f7dba 100644
--- a/offapi/com/sun/star/report/XFunctionsSupplier.idl
+++ b/offapi/com/sun/star/report/XFunctionsSupplier.idl
@@ -30,9 +30,7 @@
#include <com/sun/star/beans/XPropertySet.idl>
#include <com/sun/star/container/XNameContainer.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
interface XFunctions;
/** specifies the functions supplier which are located in a report definition or a group.
@@ -43,7 +41,6 @@ interface XFunctionsSupplier
*/
[attribute,readonly] com::sun::star::report::XFunctions Functions;
};
-//=============================================================================
}; }; }; };
#endif