summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/FunctionArgument.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/FunctionArgument.idl')
-rw-r--r--offapi/com/sun/star/sheet/FunctionArgument.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/FunctionArgument.idl b/offapi/com/sun/star/sheet/FunctionArgument.idl
index 5ca304f51eb5..41ca7fd42870 100644
--- a/offapi/com/sun/star/sheet/FunctionArgument.idl
+++ b/offapi/com/sun/star/sheet/FunctionArgument.idl
@@ -20,11 +20,9 @@
#ifndef __com_sun_star_sheet_FunctionArgument_idl__
#define __com_sun_star_sheet_FunctionArgument_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** contains the description of a single argument within a spreadsheet
function.
@@ -33,19 +31,16 @@ module com { module sun { module star { module sheet {
*/
published struct FunctionArgument
{
- //-------------------------------------------------------------------------
/** the name of the argument.
*/
string Name;
- //-------------------------------------------------------------------------
/** a description of the argument.
*/
string Description;
- //-------------------------------------------------------------------------
/** determines whether the argument is optional.
*/
@@ -53,7 +48,6 @@ published struct FunctionArgument
};
-//=============================================================================
}; }; }; };