summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl')
-rw-r--r--offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl b/offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl
index 9e967b992374..e273e4cc7989 100644
--- a/offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl
+++ b/offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl
@@ -31,24 +31,20 @@
#include <com/sun/star/sheet/FormulaToken.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** contains a mapping from a formula name (function name, operator,
...) to the OpCode used by the formula compiler.
*/
struct FormulaOpCodeMapEntry
{
- //-------------------------------------------------------------------------
/** The function name, or operator.
*/
string Name;
- //-------------------------------------------------------------------------
/** The corresponding mapping.
*/
@@ -56,7 +52,6 @@ struct FormulaOpCodeMapEntry
};
-//=============================================================================
}; }; }; };