summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report/XFunction.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report/XFunction.idl')
-rw-r--r--offapi/com/sun/star/report/XFunction.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/report/XFunction.idl b/offapi/com/sun/star/report/XFunction.idl
index 02c7de43cce1..1a9c7f91f1c7 100644
--- a/offapi/com/sun/star/report/XFunction.idl
+++ b/offapi/com/sun/star/report/XFunction.idl
@@ -32,9 +32,7 @@
#include <com/sun/star/beans/Optional.idl>
#include <com/sun/star/lang/XComponent.idl>
#include <com/sun/star/container/XChild.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** specifies a format condition for a control.
*/
interface XFunction
@@ -73,7 +71,6 @@ interface XFunction
[attribute,bound] com::sun::star::beans::Optional<string> InitialFormula;
};
-//=============================================================================
}; }; }; };
#endif