summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report/meta/XFunctionDescription.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report/meta/XFunctionDescription.idl')
-rw-r--r--offapi/com/sun/star/report/meta/XFunctionDescription.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/report/meta/XFunctionDescription.idl b/offapi/com/sun/star/report/meta/XFunctionDescription.idl
index 84a768db7d56..14b25b04ad25 100644
--- a/offapi/com/sun/star/report/meta/XFunctionDescription.idl
+++ b/offapi/com/sun/star/report/meta/XFunctionDescription.idl
@@ -32,7 +32,6 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/beans/XPropertySet.idl>
#include <com/sun/star/sheet/FunctionArgument.idl>
-//=============================================================================
module com { module sun { module star { module report { module meta {
interface XFunctionCategory;
@@ -59,7 +58,6 @@ interface XFunctionDescription
*/
[attribute,readonly] string Name;
- //-------------------------------------------------------------------------
/** returns a localized description of the function.
*/
@@ -69,7 +67,6 @@ interface XFunctionDescription
*/
[attribute,readonly] string Signature;
- //-------------------------------------------------------------------------
/** returns a sequence of localized descriptions of the function's
arguments (in the order specified by the function).
@@ -77,7 +74,6 @@ interface XFunctionDescription
[attribute,readonly] sequence< com::sun::star::sheet::FunctionArgument > Arguments;
};
-//=============================================================================
}; }; }; }; };